CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
An exception caused when a command does not declare any executors. More...
Public Member Functions | |
MissingCommandExecutorException (String commandName) | |
Creates a MissingCommandExecutorException. More... | |
An exception caused when a command does not declare any executors.
dev.jorel.commandapi.exceptions.MissingCommandExecutorException.MissingCommandExecutorException | ( | String | commandName | ) |
Creates a MissingCommandExecutorException.
commandName | the name of the command that was being registered |