Interface AllianceCommandExecutor
public interface AllianceCommandExecutor
Represents a command handler abstraction.
-
Method Summary
Modifier and TypeMethodDescriptionAliases of the commandvoidExecutes the commandgetName()Command name (without "/")tabComplete(org.bukkit.command.CommandSender sender, String[] args) Tab completion handler
-
Method Details
-
getName
String getName()Command name (without "/") -
alliances
Aliases of the command -
execute
Executes the command- Parameters:
sender- Command sender (player or console)args- Command arguments
-
tabComplete
Tab completion handler- Parameters:
sender- Command senderargs- Arguments typed so far- Returns:
- List of suggestions
-