CommandAPI 9.6.0
An API for the command UI introduced in Minecraft 1.13
|
Public Member Functions | |
void | run (ExecutionInfo< RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender > 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.RemoteConsoleExecutionInfo.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.RemoteConsoleExecutionInfo.run | ( | ExecutionInfo< RemoteConsoleCommandSender, BukkitRemoteConsoleCommandSender > | info | ) | throws WrapperCommandSyntaxException |
Executes the command.
info | The ExecutionInfo for this command |
WrapperCommandSyntaxException | if an error occurs during the execution of this command |