CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
Public Member Functions | |
int | run (ExecutionInfo< ConsoleCommandSender, BukkitConsoleCommandSender > info) throws WrapperCommandSyntaxException |
The code to run when this command is performed. 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... | |
int | 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.ConsoleResultingExecutionInfo.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 |
int dev.jorel.commandapi.executors.ConsoleResultingExecutionInfo.run | ( | ExecutionInfo< ConsoleCommandSender, BukkitConsoleCommandSender > | info | ) | throws WrapperCommandSyntaxException |
The code to run when this command is performed.
info | The ExecutionInfo for this command |