net.minecraft.server.v1_13_R2

public class CommandExceptionProvider

implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider

bq
net.minecraft.command.TranslatableExceptionProvider
net.minecraft.server.v1_13_R2.CommandExceptionProvider

Field summary

Modifier and TypeField
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
a
field_208636_a
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
b
field_208637_b
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
c
field_208638_c
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
d
field_208639_d
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
e
field_208640_e
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
f
field_208641_f
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
g
field_208642_g
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
h
field_208643_h
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
i
field_208644_i
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
j
field_208645_j
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
k
field_208646_k
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
l
field_208647_l
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
m
field_208648_m
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
n
field_208649_n
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
o
field_208650_o
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
p
field_208651_p
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
q
field_208652_q
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
r
field_208653_r
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
s
field_208654_s
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
t
field_208655_t
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
u
field_208656_u
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType
v
field_208657_v
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType
w
field_208658_w

Constructor summary

ModifierConstructor
public ()

Method summary

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