public interface CommandExecutor
| Modifier and Type | Method and Description |
|---|---|
boolean |
onCommand(org.cloudburstmc.api.command.CommandSender sender,
Command command,
String label,
String[] args)
Called when a command is executed.
|
boolean onCommand(org.cloudburstmc.api.command.CommandSender sender,
Command command,
String label,
String[] args)
Command.testPermissionSilent(org.cloudburstmc.api.command.CommandSender).sender - The object that executed the commandcommand - The command which was executedlabel - The alias used to execute the commandargs - Passed command argumentsCopyright © 2021. All rights reserved.