net.minecraft.server.v1_14_R1

public class CommandExceptionProvider

implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider

bz
net.minecraft.class_2156
net.minecraft.command.TranslatableBuiltInExceptions
net.minecraft.command.TranslatableExceptionProvider
net.minecraft.server.v1_14_R1.CommandExceptionProvider

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
a
field_9799
DOUBLE_TOO_LOW
field_208636_a
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
b
field_9788
DOUBLE_TOO_HIGH
field_208637_b
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
c
field_9802
FLOAT_TOO_LOW
field_208638_c
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
d
field_9795
FLOAT_TOO_HIGH
field_208639_d
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
e
field_9784
INTEGER_TOO_LOW
field_208640_e
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
f
field_9793
INTEGER_TOO_HIGH
field_208641_f
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
g
field_18140
LONG_TOO_LOW
field_218035_g
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
h
field_18141
LONG_TOO_HIGH
field_218036_h
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
i
field_9796
LITERAL_INCORRECT
field_208642_g
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
j
field_9783
READER_EXPECTED_START_QUOTE
field_208643_h
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
k
field_9803
READER_EXPECTED_END_QUOTE
field_208644_i
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
l
field_9791
READER_INVALID_ESCAPE
field_208645_j
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
m
field_9789
READER_INVALID_BOOL
field_208646_k
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
n
field_9786
READER_INVALID_INT
field_208647_l
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
o
field_9801
READER_EXPECTED_INT
field_208648_m
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
p
field_18142
READER_INVALID_LONG
field_218037_p
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
q
field_18143
READER_EXPECTED_LONG
field_218038_q
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
r
field_9800
READER_INVALID_DOUBLE
field_208649_n
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
s
field_9798
READER_EXPECTED_DOUBLE
field_208650_o
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
t
field_9804
READER_INVALID_FLOAT
field_208651_p
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
u
field_9787
READER_EXPECTED_FLOAT
field_208652_q
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
v
field_9794
READER_EXPECTED_BOOL
field_208653_r
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
w
field_9785
READER_EXPECTED_SYMBOL
field_208654_s
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
x
field_9797
DISPATCHER_UNKNOWN_COMMAND
field_208655_t
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
y
field_9792
DISPATCHER_UNKNOWN_ARGUMENT
field_208656_u
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
z
field_9782
DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
field_208657_v
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
A
field_9790
DISPATCHER_PARSE_EXCEPTION
field_208658_w

Constructor summary

ModifierConstructor
public ()

Method summary

Modifier and TypeMethod
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
doubleTooLow()
doubleTooLow()
doubleTooLow()
doubleTooLow()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
doubleTooHigh()
doubleTooHigh()
doubleTooHigh()
doubleTooHigh()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
floatTooLow()
floatTooLow()
floatTooLow()
floatTooLow()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
floatTooHigh()
floatTooHigh()
floatTooHigh()
floatTooHigh()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
integerTooLow()
integerTooLow()
integerTooLow()
integerTooLow()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
integerTooHigh()
integerTooHigh()
integerTooHigh()
integerTooHigh()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
longTooLow()
longTooLow()
longTooLow()
longTooLow()
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
longTooHigh()
longTooHigh()
longTooHigh()
longTooHigh()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
literalIncorrect()
literalIncorrect()
literalIncorrect()
literalIncorrect()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
readerExpectedStartOfQuote()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
readerExpectedEndOfQuote()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidEscape()
readerInvalidEscape()
readerInvalidEscape()
readerInvalidEscape()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidBool()
readerInvalidBool()
readerInvalidBool()
readerInvalidBool()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidInt()
readerInvalidInt()
readerInvalidInt()
readerInvalidInt()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedInt()
readerExpectedInt()
readerExpectedInt()
readerExpectedInt()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidLong()
readerInvalidLong()
readerInvalidLong()
readerInvalidLong()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedLong()
readerExpectedLong()
readerExpectedLong()
readerExpectedLong()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidDouble()
readerInvalidDouble()
readerInvalidDouble()
readerInvalidDouble()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedDouble()
readerExpectedDouble()
readerExpectedDouble()
readerExpectedDouble()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerInvalidFloat()
readerInvalidFloat()
readerInvalidFloat()
readerInvalidFloat()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedFloat()
readerExpectedFloat()
readerExpectedFloat()
readerExpectedFloat()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
readerExpectedBool()
readerExpectedBool()
readerExpectedBool()
readerExpectedBool()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
readerExpectedSymbol()
readerExpectedSymbol()
readerExpectedSymbol()
readerExpectedSymbol()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
dispatcherUnknownCommand()
dispatcherUnknownCommand()
dispatcherUnknownCommand()
dispatcherUnknownCommand()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
dispatcherUnknownArgument()
dispatcherUnknownArgument()
dispatcherUnknownArgument()
dispatcherUnknownArgument()
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator()
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType
dispatcherParseException()
dispatcherParseException()
dispatcherParseException()
dispatcherParseException()