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