|
CommandAPI 9.7.0
An API for the command UI introduced in Minecraft 1.13
|
Inheritance diagram for dev.jorel.commandapi.executors.ConsoleExecutionInfo:Public Member Functions | |
| void | run (ExecutionInfo< ConsoleCommandSender, BukkitConsoleCommandSender > info) throws WrapperCommandSyntaxException |
| Executes the command. More... | |
| default ExecutorType | getType () |
| Returns the type of the sender of the current executor. More... | |
| default int | executeWith (ExecutionInfo< CommandSender, WrapperType > info) throws WrapperCommandSyntaxException |
| Executes the command executor with the provided command sender and the provided arguments. More... | |
| void | run (ExecutionInfo< CommandSender, WrapperType > info) throws WrapperCommandSyntaxException |
| Executes the command. More... | |
|
inherited |
Executes the command executor with the provided command sender and the provided arguments.
| info | The ExecutionInfo for this command |
| WrapperCommandSyntaxException | if an error occurs during the execution of this command |
| default ExecutorType dev.jorel.commandapi.executors.ConsoleExecutionInfo.getType | ( | ) |
Returns the type of the sender of the current executor.
|
inherited |
Executes the command.
| info | The ExecutionInfo for this command |
| WrapperCommandSyntaxException | if an error occurs during the execution of this command |
| void dev.jorel.commandapi.executors.ConsoleExecutionInfo.run | ( | ExecutionInfo< ConsoleCommandSender, BukkitConsoleCommandSender > | info | ) | throws WrapperCommandSyntaxException |
Executes the command.
| info | The ExecutionInfo for this command |
| WrapperCommandSyntaxException | if an error occurs during the execution of this command |