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 cxintermediary net/minecraft/class_2156named net/minecraft/command/TranslatableBuiltInExceptions
-
Field Summary
Fields Modifier and Type Field Description private static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeDISPATCHER_EXPECTED_ARGUMENT_SEPARATORprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeDISPATCHER_PARSE_EXCEPTIONprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeDISPATCHER_UNKNOWN_ARGUMENTprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeDISPATCHER_UNKNOWN_COMMANDprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeDOUBLE_TOO_HIGHprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeDOUBLE_TOO_LOWprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeFLOAT_TOO_HIGHprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeFLOAT_TOO_LOWprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeINTEGER_TOO_HIGHprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeINTEGER_TOO_LOWprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeLITERAL_INCORRECTprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeLONG_TOO_HIGHprivate static com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeLONG_TOO_LOWprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_BOOLprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_DOUBLEprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_END_QUOTEprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_FLOATprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_INTprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_LONGprivate static com.mojang.brigadier.exceptions.SimpleCommandExceptionTypeREADER_EXPECTED_START_QUOTEprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_EXPECTED_SYMBOLprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_BOOLprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_DOUBLEprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_ESCAPEprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_FLOATprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_INTprivate static com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeREADER_INVALID_LONG -
Constructor Summary
Constructors Constructor Description TranslatableBuiltInExceptions() -
Method Summary
Modifier and Type Method Description com.mojang.brigadier.exceptions.SimpleCommandExceptionTypedispatcherExpectedArgumentSeparator()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypedispatcherParseException()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypedispatcherUnknownArgument()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypedispatcherUnknownCommand()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypedoubleTooHigh()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypedoubleTooLow()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypefloatTooHigh()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypefloatTooLow()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeintegerTooHigh()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypeintegerTooLow()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypeliteralIncorrect()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypelongTooHigh()com.mojang.brigadier.exceptions.Dynamic2CommandExceptionTypelongTooLow()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedBool()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedDouble()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedEndOfQuote()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedFloat()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedInt()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedLong()com.mojang.brigadier.exceptions.SimpleCommandExceptionTypereaderExpectedStartOfQuote()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderExpectedSymbol()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidBool()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidDouble()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidEscape()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidFloat()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidInt()com.mojang.brigadier.exceptions.DynamicCommandExceptionTypereaderInvalidLong()
-
Field Details
-
DOUBLE_TOO_LOW
private static final com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType DOUBLE_TOO_LOW- Mappings:
Namespace Name Mixin selector official aLcx;a:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9799Lnet/minecraft/class_2156;field_9799:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named DOUBLE_TOO_LOWLnet/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 bLcx;b:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9788Lnet/minecraft/class_2156;field_9788:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named DOUBLE_TOO_HIGHLnet/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 cLcx;c:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9802Lnet/minecraft/class_2156;field_9802:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named FLOAT_TOO_LOWLnet/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 dLcx;d:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9795Lnet/minecraft/class_2156;field_9795:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named FLOAT_TOO_HIGHLnet/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 eLcx;e:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9784Lnet/minecraft/class_2156;field_9784:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named INTEGER_TOO_LOWLnet/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 fLcx;f:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_9793Lnet/minecraft/class_2156;field_9793:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named INTEGER_TOO_HIGHLnet/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 gLcx;g:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_18140Lnet/minecraft/class_2156;field_18140:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named LONG_TOO_LOWLnet/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 hLcx;h:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary field_18141Lnet/minecraft/class_2156;field_18141:Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named LONG_TOO_HIGHLnet/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 iLcx;i:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9796Lnet/minecraft/class_2156;field_9796:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named LITERAL_INCORRECTLnet/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 jLcx;j:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9783Lnet/minecraft/class_2156;field_9783:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_START_QUOTELnet/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 kLcx;k:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9803Lnet/minecraft/class_2156;field_9803:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_END_QUOTELnet/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 lLcx;l:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9791Lnet/minecraft/class_2156;field_9791:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_ESCAPELnet/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 mLcx;m:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9789Lnet/minecraft/class_2156;field_9789:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_BOOLLnet/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 nLcx;n:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9786Lnet/minecraft/class_2156;field_9786:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_INTLnet/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 oLcx;o:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9801Lnet/minecraft/class_2156;field_9801:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_INTLnet/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 pLcx;p:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_18142Lnet/minecraft/class_2156;field_18142:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_LONGLnet/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 qLcx;q:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_18143Lnet/minecraft/class_2156;field_18143:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_LONGLnet/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 rLcx;r:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9800Lnet/minecraft/class_2156;field_9800:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_DOUBLELnet/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 sLcx;s:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9798Lnet/minecraft/class_2156;field_9798:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_DOUBLELnet/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 tLcx;t:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9804Lnet/minecraft/class_2156;field_9804:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_INVALID_FLOATLnet/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 uLcx;u:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9787Lnet/minecraft/class_2156;field_9787:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_FLOATLnet/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 vLcx;v:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9794Lnet/minecraft/class_2156;field_9794:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named READER_EXPECTED_BOOLLnet/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 wLcx;w:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9785Lnet/minecraft/class_2156;field_9785:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named READER_EXPECTED_SYMBOLLnet/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 xLcx;x:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9797Lnet/minecraft/class_2156;field_9797:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named DISPATCHER_UNKNOWN_COMMANDLnet/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 yLcx;y:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9792Lnet/minecraft/class_2156;field_9792:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named DISPATCHER_UNKNOWN_ARGUMENTLnet/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 zLcx;z:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary field_9782Lnet/minecraft/class_2156;field_9782:Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named DISPATCHER_EXPECTED_ARGUMENT_SEPARATORLnet/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 ALcx;A:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary field_9790Lnet/minecraft/class_2156;field_9790:Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named DISPATCHER_PARSE_EXCEPTIONLnet/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:
doubleTooLowin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official doubleTooLowLcx;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary doubleTooLowLnet/minecraft/class_2156;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named doubleTooLowLnet/minecraft/command/TranslatableBuiltInExceptions;doubleTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
doubleTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooHigh()- Specified by:
doubleTooHighin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official doubleTooHighLcx;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary doubleTooHighLnet/minecraft/class_2156;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named doubleTooHighLnet/minecraft/command/TranslatableBuiltInExceptions;doubleTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
floatTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooLow()- Specified by:
floatTooLowin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official floatTooLowLcx;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary floatTooLowLnet/minecraft/class_2156;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named floatTooLowLnet/minecraft/command/TranslatableBuiltInExceptions;floatTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
floatTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooHigh()- Specified by:
floatTooHighin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official floatTooHighLcx;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary floatTooHighLnet/minecraft/class_2156;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named floatTooHighLnet/minecraft/command/TranslatableBuiltInExceptions;floatTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
integerTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooLow()- Specified by:
integerTooLowin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official integerTooLowLcx;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary integerTooLowLnet/minecraft/class_2156;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named integerTooLowLnet/minecraft/command/TranslatableBuiltInExceptions;integerTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
integerTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooHigh()- Specified by:
integerTooHighin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official integerTooHighLcx;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary integerTooHighLnet/minecraft/class_2156;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named integerTooHighLnet/minecraft/command/TranslatableBuiltInExceptions;integerTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
longTooLow
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooLow()- Specified by:
longTooLowin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official longTooLowLcx;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary longTooLowLnet/minecraft/class_2156;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named longTooLowLnet/minecraft/command/TranslatableBuiltInExceptions;longTooLow()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
longTooHigh
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType longTooHigh()- Specified by:
longTooHighin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official longTooHighLcx;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;intermediary longTooHighLnet/minecraft/class_2156;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;named longTooHighLnet/minecraft/command/TranslatableBuiltInExceptions;longTooHigh()Lcom/mojang/brigadier/exceptions/Dynamic2CommandExceptionType;
-
literalIncorrect
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType literalIncorrect()- Specified by:
literalIncorrectin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official literalIncorrectLcx;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary literalIncorrectLnet/minecraft/class_2156;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named literalIncorrectLnet/minecraft/command/TranslatableBuiltInExceptions;literalIncorrect()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedStartOfQuote
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedStartOfQuote()- Specified by:
readerExpectedStartOfQuotein interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedStartOfQuoteLcx;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedStartOfQuoteLnet/minecraft/class_2156;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedStartOfQuoteLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedStartOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedEndOfQuote
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedEndOfQuote()- Specified by:
readerExpectedEndOfQuotein interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedEndOfQuoteLcx;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedEndOfQuoteLnet/minecraft/class_2156;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedEndOfQuoteLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedEndOfQuote()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidEscape
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidEscape()- Specified by:
readerInvalidEscapein interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidEscapeLcx;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidEscapeLnet/minecraft/class_2156;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidEscapeLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidEscape()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerInvalidBool
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidBool()- Specified by:
readerInvalidBoolin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidBoolLcx;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidBoolLnet/minecraft/class_2156;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidBoolLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidBool()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerInvalidInt
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidInt()- Specified by:
readerInvalidIntin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidIntLcx;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidIntLnet/minecraft/class_2156;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidIntLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidInt()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedInt
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedInt()- Specified by:
readerExpectedIntin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedIntLcx;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedIntLnet/minecraft/class_2156;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedIntLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedInt()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidLong
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidLong()- Specified by:
readerInvalidLongin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidLongLcx;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidLongLnet/minecraft/class_2156;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidLongLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidLong()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedLong
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedLong()- Specified by:
readerExpectedLongin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedLongLcx;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedLongLnet/minecraft/class_2156;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedLongLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedLong()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidDouble
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidDouble()- Specified by:
readerInvalidDoublein interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidDoubleLcx;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidDoubleLnet/minecraft/class_2156;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidDoubleLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidDouble()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedDouble
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedDouble()- Specified by:
readerExpectedDoublein interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedDoubleLcx;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedDoubleLnet/minecraft/class_2156;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedDoubleLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedDouble()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerInvalidFloat
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidFloat()- Specified by:
readerInvalidFloatin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerInvalidFloatLcx;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerInvalidFloatLnet/minecraft/class_2156;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerInvalidFloatLnet/minecraft/command/TranslatableBuiltInExceptions;readerInvalidFloat()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
readerExpectedFloat
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedFloat()- Specified by:
readerExpectedFloatin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedFloatLcx;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedFloatLnet/minecraft/class_2156;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedFloatLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedFloat()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedBool
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedBool()- Specified by:
readerExpectedBoolin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedBoolLcx;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary readerExpectedBoolLnet/minecraft/class_2156;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named readerExpectedBoolLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedBool()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
readerExpectedSymbol
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerExpectedSymbol()- Specified by:
readerExpectedSymbolin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official readerExpectedSymbolLcx;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary readerExpectedSymbolLnet/minecraft/class_2156;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named readerExpectedSymbolLnet/minecraft/command/TranslatableBuiltInExceptions;readerExpectedSymbol()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-
dispatcherUnknownCommand
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownCommand()- Specified by:
dispatcherUnknownCommandin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official dispatcherUnknownCommandLcx;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary dispatcherUnknownCommandLnet/minecraft/class_2156;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named dispatcherUnknownCommandLnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherUnknownCommand()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherUnknownArgument
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownArgument()- Specified by:
dispatcherUnknownArgumentin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official dispatcherUnknownArgumentLcx;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary dispatcherUnknownArgumentLnet/minecraft/class_2156;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named dispatcherUnknownArgumentLnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherUnknownArgument()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherExpectedArgumentSeparator
public com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherExpectedArgumentSeparator()- Specified by:
dispatcherExpectedArgumentSeparatorin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official dispatcherExpectedArgumentSeparatorLcx;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;intermediary dispatcherExpectedArgumentSeparatorLnet/minecraft/class_2156;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;named dispatcherExpectedArgumentSeparatorLnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherExpectedArgumentSeparator()Lcom/mojang/brigadier/exceptions/SimpleCommandExceptionType;
-
dispatcherParseException
public com.mojang.brigadier.exceptions.DynamicCommandExceptionType dispatcherParseException()- Specified by:
dispatcherParseExceptionin interfacecom.mojang.brigadier.exceptions.BuiltInExceptionProvider- Mappings:
Namespace Name Mixin selector official dispatcherParseExceptionLcx;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;intermediary dispatcherParseExceptionLnet/minecraft/class_2156;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;named dispatcherParseExceptionLnet/minecraft/command/TranslatableBuiltInExceptions;dispatcherParseException()Lcom/mojang/brigadier/exceptions/DynamicCommandExceptionType;
-