public interface WauzCommand
WauzCommandExecutor
Modifier and Type | Method and Description |
---|---|
default boolean |
allowConsoleExecution() |
boolean |
executeCommand(org.bukkit.command.CommandSender sender,
java.lang.String[] args)
Executes the command for given sender with arguments.
|
java.util.List<java.lang.String> |
getCommandIds() |
java.util.List<java.lang.String> getCommandIds()
default boolean allowConsoleExecution()
boolean executeCommand(org.bukkit.command.CommandSender sender, java.lang.String[] args)
sender
- The sender of the command.args
- The arguments of the command.