Class Sa
java.lang.Object
me.gigawartrex.smalladditions.commands.Sa
- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
Class for handling "/sa" commands.
- Author:
- Paul Ferlitz
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Sa
public Sa()
-
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender, org.bukkit.command.Command cmd, String label, String[] args) Main method handling incoming commands.- Specified by:
onCommand
in interfaceorg.bukkit.command.CommandExecutor
- Parameters:
sender
- the command sendercmd
- the base command, e.g. "sa"label
- N/Aargs
- the following subcommands as an array- Returns:
True
if the command was parsed and executed successfully
-