Package net.minecraft.command
Class TranslatableBuiltInExceptions
java.lang.Object
net.minecraft.command.TranslatableBuiltInExceptions
- All Implemented Interfaces:
com.mojang.brigadier.exceptions.BuiltInExceptionProvider
public class TranslatableBuiltInExceptions extends Object implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name official cx
intermediary net/minecraft/class_2156
named net/minecraft/command/TranslatableBuiltInExceptions
-
Field Summary
Fields Modifier and Type Field 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
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.Dynamic2CommandExceptionType
LONG_TOO_HIGH
private static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType
LONG_TOO_LOW
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_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_LONG
private static com.mojang.brigadier.exceptions.SimpleCommandExceptionType
READER_EXPECTED_START_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
private static com.mojang.brigadier.exceptions.DynamicCommandExceptionType
READER_INVALID_LONG
-
Constructor Summary
Constructors Constructor Description TranslatableBuiltInExceptions()
-
Method Summary
Modifier and Type Method 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()
-
Field Details
-
DOUBLE_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_LOW- Mappings:
Namespace Name Mixin selector official a
Lcx;a:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9799
Lnet/minecraft/class_2156;field_9799:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named DOUBLE_TOO_LOW
Lnet/minecraft/command/TranslatableBuiltInExceptions;DOUBLE_TOO_LOW:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
DOUBLE_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_HIGH- Mappings:
Namespace Name Mixin selector official b
Lcx;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9788
Lnet/minecraft/class_2156;field_9788:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named DOUBLE_TOO_HIGH
Lnet/minecraft/command/TranslatableBuiltInExceptions;DOUBLE_TOO_HIGH:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
FLOAT_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_LOW- Mappings:
Namespace Name Mixin selector official c
Lcx;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9802
Lnet/minecraft/class_2156;field_9802:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named FLOAT_TOO_LOW
Lnet/minecraft/command/TranslatableBuiltInExceptions;FLOAT_TOO_LOW:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
FLOAT_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType FLOAT_TOO_HIGH- Mappings:
Namespace Name Mixin selector official d
Lcx;d:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9795
Lnet/minecraft/class_2156;field_9795:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named FLOAT_TOO_HIGH
Lnet/minecraft/command/TranslatableBuiltInExceptions;FLOAT_TOO_HIGH:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
INTEGER_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_LOW- Mappings:
Namespace Name Mixin selector official e
Lcx;e:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9784
Lnet/minecraft/class_2156;field_9784:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named INTEGER_TOO_LOW
Lnet/minecraft/command/TranslatableBuiltInExceptions;INTEGER_TOO_LOW:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
INTEGER_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType INTEGER_TOO_HIGH- Mappings:
Namespace Name Mixin selector official f
Lcx;f:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_9793
Lnet/minecraft/class_2156;field_9793:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named INTEGER_TOO_HIGH
Lnet/minecraft/command/TranslatableBuiltInExceptions;INTEGER_TOO_HIGH:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
LONG_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType LONG_TOO_LOW- Mappings:
Namespace Name Mixin selector official g
Lcx;g:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_18140
Lnet/minecraft/class_2156;field_18140:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named LONG_TOO_LOW
Lnet/minecraft/command/TranslatableBuiltInExceptions;LONG_TOO_LOW:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
LONG_TOO_HIGH
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType LONG_TOO_HIGH- Mappings:
Namespace Name Mixin selector official h
Lcx;h:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary field_18141
Lnet/minecraft/class_2156;field_18141:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named LONG_TOO_HIGH
Lnet/minecraft/command/TranslatableBuiltInExceptions;LONG_TOO_HIGH:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
LITERAL_INCORRECT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType LITERAL_INCORRECT- Mappings:
Namespace Name Mixin selector official i
Lcx;i:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9796
Lnet/minecraft/class_2156;field_9796:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named LITERAL_INCORRECT
Lnet/minecraft/command/TranslatableBuiltInExceptions;LITERAL_INCORRECT:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_EXPECTED_START_QUOTE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_START_QUOTE- Mappings:
Namespace Name Mixin selector official j
Lcx;j:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9783
Lnet/minecraft/class_2156;field_9783:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_START_QUOTE
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_START_QUOTE:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_EXPECTED_END_QUOTE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_END_QUOTE- Mappings:
Namespace Name Mixin selector official k
Lcx;k:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9803
Lnet/minecraft/class_2156;field_9803:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_END_QUOTE
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_END_QUOTE:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_INVALID_ESCAPE
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_ESCAPE- Mappings:
Namespace Name Mixin selector official l
Lcx;l:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9791
Lnet/minecraft/class_2156;field_9791:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_ESCAPE
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_ESCAPE:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_INVALID_BOOL
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_BOOL- Mappings:
Namespace Name Mixin selector official m
Lcx;m:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9789
Lnet/minecraft/class_2156;field_9789:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_BOOL
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_BOOL:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_INVALID_INT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_INT- Mappings:
Namespace Name Mixin selector official n
Lcx;n:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9786
Lnet/minecraft/class_2156;field_9786:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_INT
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_INT:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_EXPECTED_INT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_INT- Mappings:
Namespace Name Mixin selector official o
Lcx;o:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9801
Lnet/minecraft/class_2156;field_9801:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_INT
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_INT:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_INVALID_LONG
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_LONG- Mappings:
Namespace Name Mixin selector official p
Lcx;p:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_18142
Lnet/minecraft/class_2156;field_18142:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_LONG
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_LONG:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_EXPECTED_LONG
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_LONG- Mappings:
Namespace Name Mixin selector official q
Lcx;q:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_18143
Lnet/minecraft/class_2156;field_18143:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_LONG
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_LONG:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_INVALID_DOUBLE
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_DOUBLE- Mappings:
Namespace Name Mixin selector official r
Lcx;r:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9800
Lnet/minecraft/class_2156;field_9800:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_DOUBLE
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_DOUBLE:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_EXPECTED_DOUBLE
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_DOUBLE- Mappings:
Namespace Name Mixin selector official s
Lcx;s:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9798
Lnet/minecraft/class_2156;field_9798:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_DOUBLE
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_DOUBLE:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_INVALID_FLOAT
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_INVALID_FLOAT- Mappings:
Namespace Name Mixin selector official t
Lcx;t:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9804
Lnet/minecraft/class_2156;field_9804:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_INVALID_FLOAT
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_INVALID_FLOAT:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
READER_EXPECTED_FLOAT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_FLOAT- Mappings:
Namespace Name Mixin selector official u
Lcx;u:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9787
Lnet/minecraft/class_2156;field_9787:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_FLOAT
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_FLOAT:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_EXPECTED_BOOL
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType READER_EXPECTED_BOOL- Mappings:
Namespace Name Mixin selector official v
Lcx;v:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9794
Lnet/minecraft/class_2156;field_9794:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named READER_EXPECTED_BOOL
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_BOOL:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
READER_EXPECTED_SYMBOL
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType READER_EXPECTED_SYMBOL- Mappings:
Namespace Name Mixin selector official w
Lcx;w:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9785
Lnet/minecraft/class_2156;field_9785:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named READER_EXPECTED_SYMBOL
Lnet/minecraft/command/TranslatableBuiltInExceptions;READER_EXPECTED_SYMBOL:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
DISPATCHER_UNKNOWN_COMMAND
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_COMMAND- Mappings:
Namespace Name Mixin selector official x
Lcx;x:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9797
Lnet/minecraft/class_2156;field_9797:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named DISPATCHER_UNKNOWN_COMMAND
Lnet/minecraft/command/TranslatableBuiltInExceptions;DISPATCHER_UNKNOWN_COMMAND:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
DISPATCHER_UNKNOWN_ARGUMENT
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_UNKNOWN_ARGUMENT- Mappings:
Namespace Name Mixin selector official y
Lcx;y:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9792
Lnet/minecraft/class_2156;field_9792:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named DISPATCHER_UNKNOWN_ARGUMENT
Lnet/minecraft/command/TranslatableBuiltInExceptions;DISPATCHER_UNKNOWN_ARGUMENT:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
private static final com.mojang.brigadier.exceptions.SimpleCommandExceptionType DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR- Mappings:
Namespace Name Mixin selector official z
Lcx;z:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary field_9782
Lnet/minecraft/class_2156;field_9782:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR
Lnet/minecraft/command/TranslatableBuiltInExceptions;DISPATCHER_EXPECTED_ARGUMENT_SEPARATOR:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
DISPATCHER_PARSE_EXCEPTION
private static final com.mojang.brigadier.exceptions.DynamicCommandExceptionType DISPATCHER_PARSE_EXCEPTION- Mappings:
Namespace Name Mixin selector official A
Lcx;A:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary field_9790
Lnet/minecraft/class_2156;field_9790:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named DISPATCHER_PARSE_EXCEPTION
Lnet/minecraft/command/TranslatableBuiltInExceptions;DISPATCHER_PARSE_EXCEPTION:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
-
Constructor Details
-
TranslatableBuiltInExceptions
public TranslatableBuiltInExceptions()
-
-
Method Details
-
doubleTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooLow()- Specified by:
doubleTooLow
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official doubleTooLow
Lcx;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary doubleTooLow
Lnet/minecraft/class_2156;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named doubleTooLow
Lnet/minecraft/command/TranslatableBuiltInExceptions;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
doubleTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooHigh()- Specified by:
doubleTooHigh
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official doubleTooHigh
Lcx;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary doubleTooHigh
Lnet/minecraft/class_2156;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named doubleTooHigh
Lnet/minecraft/command/TranslatableBuiltInExceptions;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
floatTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooLow()- Specified by:
floatTooLow
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official floatTooLow
Lcx;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary floatTooLow
Lnet/minecraft/class_2156;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named floatTooLow
Lnet/minecraft/command/TranslatableBuiltInExceptions;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
floatTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooHigh()- Specified by:
floatTooHigh
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official floatTooHigh
Lcx;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary floatTooHigh
Lnet/minecraft/class_2156;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named floatTooHigh
Lnet/minecraft/command/TranslatableBuiltInExceptions;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
integerTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooLow()- Specified by:
integerTooLow
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official integerTooLow
Lcx;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary integerTooLow
Lnet/minecraft/class_2156;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named integerTooLow
Lnet/minecraft/command/TranslatableBuiltInExceptions;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
integerTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooHigh()- Specified by:
integerTooHigh
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official integerTooHigh
Lcx;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary integerTooHigh
Lnet/minecraft/class_2156;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named integerTooHigh
Lnet/minecraft/command/TranslatableBuiltInExceptions;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
longTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooLow()- Specified by:
longTooLow
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official longTooLow
Lcx;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary longTooLow
Lnet/minecraft/class_2156;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named longTooLow
Lnet/minecraft/command/TranslatableBuiltInExceptions;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
longTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooHigh()- Specified by:
longTooHigh
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official longTooHigh
Lcx;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
intermediary longTooHigh
Lnet/minecraft/class_2156;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
named longTooHigh
Lnet/minecraft/command/TranslatableBuiltInExceptions;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
literalIncorrect
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType literalIncorrect()- Specified by:
literalIncorrect
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official literalIncorrect
Lcx;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary literalIncorrect
Lnet/minecraft/class_2156;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named literalIncorrect
Lnet/minecraft/command/TranslatableBuiltInExceptions;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedStartOfQuote
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedStartOfQuote()- Specified by:
readerExpectedStartOfQuote
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedStartOfQuote
Lcx;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedStartOfQuote
Lnet/minecraft/class_2156;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedStartOfQuote
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedEndOfQuote
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedEndOfQuote()- Specified by:
readerExpectedEndOfQuote
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedEndOfQuote
Lcx;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedEndOfQuote
Lnet/minecraft/class_2156;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedEndOfQuote
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidEscape
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidEscape()- Specified by:
readerInvalidEscape
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidEscape
Lcx;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidEscape
Lnet/minecraft/class_2156;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidEscape
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerInvalidBool
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidBool()- Specified by:
readerInvalidBool
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidBool
Lcx;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidBool
Lnet/minecraft/class_2156;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidBool
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerInvalidInt
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidInt()- Specified by:
readerInvalidInt
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidInt
Lcx;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidInt
Lnet/minecraft/class_2156;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidInt
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedInt
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedInt()- Specified by:
readerExpectedInt
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedInt
Lcx;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedInt
Lnet/minecraft/class_2156;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedInt
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidLong
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidLong()- Specified by:
readerInvalidLong
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidLong
Lcx;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidLong
Lnet/minecraft/class_2156;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidLong
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedLong
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedLong()- Specified by:
readerExpectedLong
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedLong
Lcx;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedLong
Lnet/minecraft/class_2156;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedLong
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidDouble
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidDouble()- Specified by:
readerInvalidDouble
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidDouble
Lcx;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidDouble
Lnet/minecraft/class_2156;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidDouble
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedDouble
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedDouble()- Specified by:
readerExpectedDouble
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedDouble
Lcx;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedDouble
Lnet/minecraft/class_2156;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedDouble
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidFloat
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidFloat()- Specified by:
readerInvalidFloat
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerInvalidFloat
Lcx;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerInvalidFloat
Lnet/minecraft/class_2156;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerInvalidFloat
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedFloat
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedFloat()- Specified by:
readerExpectedFloat
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedFloat
Lcx;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedFloat
Lnet/minecraft/class_2156;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedFloat
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedBool
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedBool()- Specified by:
readerExpectedBool
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedBool
Lcx;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary readerExpectedBool
Lnet/minecraft/class_2156;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named readerExpectedBool
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedSymbol
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerExpectedSymbol()- Specified by:
readerExpectedSymbol
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official readerExpectedSymbol
Lcx;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary readerExpectedSymbol
Lnet/minecraft/class_2156;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named readerExpectedSymbol
Lnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
dispatcherUnknownCommand
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownCommand()- Specified by:
dispatcherUnknownCommand
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official dispatcherUnknownCommand
Lcx;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary dispatcherUnknownCommand
Lnet/minecraft/class_2156;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named dispatcherUnknownCommand
Lnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherUnknownArgument
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownArgument()- Specified by:
dispatcherUnknownArgument
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official dispatcherUnknownArgument
Lcx;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary dispatcherUnknownArgument
Lnet/minecraft/class_2156;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named dispatcherUnknownArgument
Lnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherExpectedArgumentSeparator
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherExpectedArgumentSeparator()- Specified by:
dispatcherExpectedArgumentSeparator
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official dispatcherExpectedArgumentSeparator
Lcx;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
intermediary dispatcherExpectedArgumentSeparator
Lnet/minecraft/class_2156;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
named dispatcherExpectedArgumentSeparator
Lnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherParseException
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType dispatcherParseException()- Specified by:
dispatcherParseException
in interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider
- Mappings:
Namespace Name Mixin selector official dispatcherParseException
Lcx;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
intermediary dispatcherParseException
Lnet/minecraft/class_2156;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
named dispatcherParseException
Lnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-