net.minecraft.command

public class CommandExceptions

implements BuiltInExceptionProvider

bq
net.minecraft.class_3833
net.minecraft.command.CommandExceptions
net.minecraft.command.TranslatableExceptionProvider
net.minecraft.command.TranslatableExceptionProvider

Field summary

Modifier and TypeField
private static final Dynamic2CommandExceptionType
a
field_19092
DOUBLE_TOO_LOW
field_208636_a
DOUBLE_TOO_LOW
private static final Dynamic2CommandExceptionType
b
field_19093
DOUBLE_TOO_HIGH
field_208637_b
DOUBLE_TOO_HIGH
private static final Dynamic2CommandExceptionType
c
field_19094
FLOAT_TOO_LOW
field_208638_c
FLOAT_TOO_LOW
private static final Dynamic2CommandExceptionType
d
field_19095
FLOAT_TOO_HIGH
field_208639_d
FLOAT_TOO_HIGH
private static final Dynamic2CommandExceptionType
e
field_19096
INTEGER_TOO_LOW
field_208640_e
INTEGER_TOO_LOW
private static final Dynamic2CommandExceptionType
f
field_19097
INTEGER_TOO_HIGH
field_208641_f
INTEGER_TOO_HIGH
private static final DynamicCommandExceptionType
g
field_19098
LITERAL_INCORRECT
field_208642_g
LITERAL_INCORRECT
private static final SimpleCommandExceptionType
h
field_19099
READER_EXPECTED_START_OF_QUOTE
field_208643_h
READER_EXPECTED_START_OF_QUOTE
private static final SimpleCommandExceptionType
i
field_19100
READER_EXPECTED_END_OF_QUOTE
field_208644_i
READER_EXPECTED_END_OF_QUOTE
private static final DynamicCommandExceptionType
j
field_19101
READER_INVALID_ESCAPE
field_208645_j
READER_INVALID_ESCAPE
private static final DynamicCommandExceptionType
k
field_19102
READER_INVALID_BOOL
field_208646_k
READER_INVALID_BOOL
private static final DynamicCommandExceptionType
l
field_19103
READER_INVALID_INT
field_208647_l
READER_INVALID_INT
private static final SimpleCommandExceptionType
m
field_19104
READER_EXPECTED_INT
field_208648_m
READER_EXPECTED_INT
private static final DynamicCommandExceptionType
n
field_19105
READER_INVALID_DOUBLE
field_208649_n
READER_INVALID_DOUBLE
private static final SimpleCommandExceptionType
o
field_19106
READER_EXPECTED_DOUBLE
field_208650_o
READER_EXPECTED_DOUBLE
private static final DynamicCommandExceptionType
p
field_19107
READER_INVALID_FLOAT
field_208651_p
READER_INVALID_FLOAT
private static final SimpleCommandExceptionType
q
field_19108
READER_EXPECTED_FLOAT
field_208652_q
READER_EXPECTED_FLOAT
private static final SimpleCommandExceptionType
r
field_19109
READER_EXPECTED_BOOL
field_208653_r
READER_EXPECTED_BOOL
private static final DynamicCommandExceptionType
s
field_19110
READER_EXPECTED_SYMBOL
field_208654_s
READER_EXPECTED_SYMBOL
private static final SimpleCommandExceptionType
t
field_19111
DISPATCHER_UNKNOWN_COMMAND
field_208655_t
DISPATCHER_UNKNOWN_COMMAND
private static final SimpleCommandExceptionType
u
field_19112
DISPATCHER_UNKNOWN_ARGUMENT
field_208656_u
DISPATCHER_UNKNOWN_ARGUMENT
private static final SimpleCommandExceptionType
v
field_19113
DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
field_208657_v
DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
private static final DynamicCommandExceptionType
w
field_19114
DISPATCHER_PARSE_EXCEPTION
field_208658_w
DISPATCHER_PARSE_EXCEPTION

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public Dynamic2CommandExceptionType
doubleTooLow()
doubleTooLow()
doubleTooLow()
doubleTooLow()
public Dynamic2CommandExceptionType
doubleTooHigh()
doubleTooHigh()
doubleTooHigh()
doubleTooHigh()
public Dynamic2CommandExceptionType
floatTooLow()
floatTooLow()
floatTooLow()
floatTooLow()
public Dynamic2CommandExceptionType
floatTooHigh()
floatTooHigh()
floatTooHigh()
floatTooHigh()
public Dynamic2CommandExceptionType
integerTooLow()
integerTooLow()
integerTooLow()
integerTooLow()
public Dynamic2CommandExceptionType
integerTooHigh()
integerTooHigh()
integerTooHigh()
integerTooHigh()
public DynamicCommandExceptionType
literalIncorrect()
literalIncorrect()
literalIncorrect()
literalIncorrect()
public SimpleCommandExceptionType
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
public SimpleCommandExceptionType
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
public DynamicCommandExceptionType
readerInvalidEscape()
readerInvalidEscape()
readerInvalidEscape()
readerInvalidEscape()
public DynamicCommandExceptionType
readerInvalidBool()
readerInvalidBool()
readerInvalidBool()
readerInvalidBool()
public DynamicCommandExceptionType
readerInvalidInt()
readerInvalidInt()
readerInvalidInt()
readerInvalidInt()
public SimpleCommandExceptionType
readerExpectedInt()
readerExpectedInt()
readerExpectedInt()
readerExpectedInt()
public DynamicCommandExceptionType
readerInvalidDouble()
readerInvalidDouble()
readerInvalidDouble()
readerInvalidDouble()
public SimpleCommandExceptionType
readerExpectedDouble()
readerExpectedDouble()
readerExpectedDouble()
readerExpectedDouble()
public DynamicCommandExceptionType
readerInvalidFloat()
readerInvalidFloat()
readerInvalidFloat()
readerInvalidFloat()
public SimpleCommandExceptionType
readerExpectedFloat()
readerExpectedFloat()
readerExpectedFloat()
readerExpectedFloat()
public SimpleCommandExceptionType
readerExpectedBool()
readerExpectedBool()
readerExpectedBool()
readerExpectedBool()
public DynamicCommandExceptionType
readerExpectedSymbol()
readerExpectedSymbol()
readerExpectedSymbol()
readerExpectedSymbol()
public SimpleCommandExceptionType
dispatcherUnknownCommand()
dispatcherUnknownCommand()
dispatcherUnknownCommand()
dispatcherUnknownCommand()
public SimpleCommandExceptionType
dispatcherUnknownArgument()
dispatcherUnknownArgument()
dispatcherUnknownArgument()
dispatcherUnknownArgument()
public SimpleCommandExceptionType
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
public DynamicCommandExceptionType
dispatcherParseException()
dispatcherParseException()
dispatcherParseException()
dispatcherParseException()