public class TranslatableExceptionProvider
extends java.lang.Object
implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider
Modifier and Type | Field and Description |
---|---|
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
DISPATCHER_PARSE_EXCEPTION |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
DISPATCHER_UNKNOWN_ARGUMENT |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
DISPATCHER_UNKNOWN_COMMAND |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
DOUBLE_TOO_HIGH |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
DOUBLE_TOO_LOW |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
field_218035_g |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
field_218036_h |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
field_218037_p |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
field_218038_q |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
FLOAT_TOO_HIGH |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
FLOAT_TOO_LOW |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
INTEGER_TOO_HIGH |
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
INTEGER_TOO_LOW |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
LITERAL_INCORRECT |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_BOOL |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_DOUBLE |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_END_OF_QUOTE |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_FLOAT |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_INT |
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
READER_EXPECTED_START_OF_QUOTE |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_EXPECTED_SYMBOL |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_INVALID_BOOL |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_INVALID_DOUBLE |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_INVALID_ESCAPE |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_INVALID_FLOAT |
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
READER_INVALID_INT |
Constructor and Description |
---|
TranslatableExceptionProvider() |
Modifier and Type | Method and Description |
---|---|
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
dispatcherExpectedArgumentSeparator() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
dispatcherParseException() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
dispatcherUnknownArgument() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
dispatcherUnknownCommand() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
doubleTooHigh() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
doubleTooLow() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
floatTooHigh() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
floatTooLow() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
integerTooHigh() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
integerTooLow() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
literalIncorrect() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
longTooHigh() |
com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType |
longTooLow() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedBool() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedDouble() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedEndOfQuote() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedFloat() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedInt() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedLong() |
com.mojang.brigadier.exceptions.SimpleCommandExceptionType |
readerExpectedStartOfQuote() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerExpectedSymbol() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidBool() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidDouble() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidEscape() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidFloat() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidInt() |
com.mojang.brigadier.exceptions.DynamicCommandExceptionType |
readerInvalidLong() |
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType field_218035_g
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType field_218036_h
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType LITERAL_INCORRECT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_START_OF_QUOTE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_END_OF_QUOTE
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_ESCAPE
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_BOOL
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_INT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_INT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType field_218037_p
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType field_218038_q
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_DOUBLE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_DOUBLE
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_FLOAT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_FLOAT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_BOOL
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_EXPECTED_SYMBOL
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_COMMAND
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_ARGUMENT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DISPATCHER_PARSE_EXCEPTION
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooLow()
doubleTooLow
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooHigh()
doubleTooHigh
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooLow()
floatTooLow
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooHigh()
floatTooHigh
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooLow()
integerTooLow
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooHigh()
integerTooHigh
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooLow()
longTooLow
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooHigh()
longTooHigh
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType literalIncorrect()
literalIncorrect
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedStartOfQuote()
readerExpectedStartOfQuote
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedEndOfQuote()
readerExpectedEndOfQuote
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidEscape()
readerInvalidEscape
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidBool()
readerInvalidBool
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidInt()
readerInvalidInt
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedInt()
readerExpectedInt
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidLong()
readerInvalidLong
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedLong()
readerExpectedLong
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidDouble()
readerInvalidDouble
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedDouble()
readerExpectedDouble
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidFloat()
readerInvalidFloat
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedFloat()
readerExpectedFloat
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedBool()
readerExpectedBool
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerExpectedSymbol()
readerExpectedSymbol
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownCommand()
dispatcherUnknownCommand
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownArgument()
dispatcherUnknownArgument
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType dispatcherParseException()
dispatcherParseException
in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider