- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class SCommand
extends Object
implements org.bukkit.command.CommandExecutor
Handles the commands for the plugin.
-
Constructor Summary
Constructors
-
Method Summary
boolean
onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command cmd,
String s,
String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
onCommand
public boolean onCommand
(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command cmd,
String s,
String[] args)
- Specified by:
onCommand
in interface org.bukkit.command.CommandExecutor