|
CommandAPI 11.1.0
An API for the command UI introduced in Minecraft 1.13
|
An exception caused when a literal is null or empty. More...
Inheritance diagram for dev.jorel.commandapi.exceptions.BadLiteralException:Public Member Functions | |
| BadLiteralException (boolean isNull) | |
| Creates a BadLiteralException. More... | |
An exception caused when a literal is null or empty.
| dev.jorel.commandapi.exceptions.BadLiteralException.BadLiteralException | ( | boolean | isNull | ) |
Creates a BadLiteralException.
| isNull | if true, state that the string is null. Otherwise, state that the string is empty |