CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
Contains all built-in exceptions, that are used by Brigadier. More...
Contains all built-in exceptions, that are used by Brigadier.
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherExpectedArgumentSeparator | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherParseException | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherUnknownArgument | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.dispatcherUnknownCommand | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.doubleTooHigh | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.doubleTooLow | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.floatTooHigh | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.floatTooLow | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.integerTooHigh | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.integerTooLow | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.literalIncorrect | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.longTooHigh | ( | ) |
Dynamic2CommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.longTooLow | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedBool | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedDouble | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedEndOfQuote | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedFloat | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedInt | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedLong | ( | ) |
SimpleCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedStartOfQuote | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerExpectedSymbol | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidBool | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidDouble | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidEscape | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidFloat | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidInt | ( | ) |
DynamicCommandExceptionType com.mojang.brigadier.exceptions.BuiltInExceptions.readerInvalidLong | ( | ) |