CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An exception caused when a literal is null or empty. More...
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 |