|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
An exception caused when a greedy argument is not declared at the end of a List. More...
Inheritance diagram for dev.jorel.commandapi.exceptions.GreedyArgumentException:Public Member Functions | |
| GreedyArgumentException (AbstractArgument<?, ?, ?, ?>[] arguments) | |
| Creates a GreedyArgumentException. More... | |
An exception caused when a greedy argument is not declared at the end of a List.
| dev.jorel.commandapi.exceptions.GreedyArgumentException.GreedyArgumentException | ( | AbstractArgument<?, ?, ?, ?>[] | arguments | ) |
Creates a GreedyArgumentException.
| arguments | the list of arguments that have been used for this command (including the greedy string argument) |