Interface IBuiltInExceptionProvider
Namespace: Void.Minecraft.Commands.Brigadier.Exceptions
Assembly: Void.Minecraft.dll
public interface IBuiltInExceptionProviderProperties
DispatcherExpectedArgumentSeparator
SimpleCommandExceptionType DispatcherExpectedArgumentSeparator { get; }Property Value
DispatcherParseException
DynamicCommandExceptionType DispatcherParseException { get; }Property Value
DispatcherUnknownArgument
SimpleCommandExceptionType DispatcherUnknownArgument { get; }Property Value
DispatcherUnknownCommand
SimpleCommandExceptionType DispatcherUnknownCommand { get; }Property Value
DoubleTooBig
Dynamic2CommandExceptionType DoubleTooBig { get; }Property Value
DoubleTooSmall
Dynamic2CommandExceptionType DoubleTooSmall { get; }Property Value
FloatTooBig
Dynamic2CommandExceptionType FloatTooBig { get; }Property Value
FloatTooSmall
Dynamic2CommandExceptionType FloatTooSmall { get; }Property Value
IntegerTooBig
Dynamic2CommandExceptionType IntegerTooBig { get; }Property Value
IntegerTooSmall
Dynamic2CommandExceptionType IntegerTooSmall { get; }Property Value
LiteralIncorrect
DynamicCommandExceptionType LiteralIncorrect { get; }Property Value
LongTooBig
Dynamic2CommandExceptionType LongTooBig { get; }Property Value
LongTooSmall
Dynamic2CommandExceptionType LongTooSmall { get; }Property Value
ReaderExpectedBool
SimpleCommandExceptionType ReaderExpectedBool { get; }Property Value
ReaderExpectedDouble
SimpleCommandExceptionType ReaderExpectedDouble { get; }Property Value
ReaderExpectedEndOfQuote
SimpleCommandExceptionType ReaderExpectedEndOfQuote { get; }Property Value
ReaderExpectedFloat
SimpleCommandExceptionType ReaderExpectedFloat { get; }Property Value
ReaderExpectedInt
SimpleCommandExceptionType ReaderExpectedInt { get; }Property Value
ReaderExpectedLong
SimpleCommandExceptionType ReaderExpectedLong { get; }Property Value
ReaderExpectedStartOfQuote
SimpleCommandExceptionType ReaderExpectedStartOfQuote { get; }Property Value
ReaderExpectedSymbol
DynamicCommandExceptionType ReaderExpectedSymbol { get; }Property Value
ReaderInvalidBool
DynamicCommandExceptionType ReaderInvalidBool { get; }Property Value
ReaderInvalidDouble
DynamicCommandExceptionType ReaderInvalidDouble { get; }Property Value
ReaderInvalidEscape
DynamicCommandExceptionType ReaderInvalidEscape { get; }Property Value
ReaderInvalidFloat
DynamicCommandExceptionType ReaderInvalidFloat { get; }Property Value
ReaderInvalidInt
DynamicCommandExceptionType ReaderInvalidInt { get; }Property Value
ReaderInvalidLong
DynamicCommandExceptionType ReaderInvalidLong { get; }