Plugin, TabExecutorJavaPlugin, PluginBasepublic interface CommandExecutor
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
onCommand(@NotNull CommandSender sender,
@NotNull Command command,
@NotNull String label,
@NotNull String[] args) |
Executes the given command, returning its success.
|
boolean onCommand(@NotNull
@NotNull CommandSender sender,
@NotNull
@NotNull Command command,
@NotNull
@NotNull String label,
@NotNull
@NotNull String[] args)
sender - Source of the commandcommand - Command which was executedlabel - Alias of the command which was usedargs - Passed command argumentsCopyright © 2020. All rights reserved.