public class TranslatableExceptionProvider
extends java.lang.Object
implements com.mojang.brigadier.exceptions.BuiltInExceptionProvider
| Constructor and Description |
|---|
TranslatableExceptionProvider() |
| Modifier and Type | Method and 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.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 |
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() |
public com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooLow()
doubleTooLow in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType doubleTooHigh()
doubleTooHigh in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooLow()
floatTooLow in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType floatTooHigh()
floatTooHigh in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooLow()
integerTooLow in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.Dynamic2CommandExceptionType integerTooHigh()
integerTooHigh in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType literalIncorrect()
literalIncorrect in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedStartOfQuote()
readerExpectedStartOfQuote in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedEndOfQuote()
readerExpectedEndOfQuote in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidEscape()
readerInvalidEscape in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidBool()
readerInvalidBool in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidInt()
readerInvalidInt in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedInt()
readerExpectedInt in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidDouble()
readerInvalidDouble in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedDouble()
readerExpectedDouble in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerInvalidFloat()
readerInvalidFloat in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedFloat()
readerExpectedFloat in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType readerExpectedBool()
readerExpectedBool in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType readerExpectedSymbol()
readerExpectedSymbol in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownCommand()
dispatcherUnknownCommand in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherUnknownArgument()
dispatcherUnknownArgument in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.SimpleCommandExceptionType dispatcherExpectedArgumentSeparator()
dispatcherExpectedArgumentSeparator in interface com.mojang.brigadier.exceptions.BuiltInExceptionProviderpublic com.mojang.brigadier.exceptions.DynamicCommandExceptionType dispatcherParseException()
dispatcherParseException in interface com.mojang.brigadier.exceptions.BuiltInExceptionProvider