- All Implemented Interfaces:
org.bukkit.command.CommandExecutor
public class Command
extends Object
implements org.bukkit.command.CommandExecutor
-
Constructor Summary
Constructors
Command(com.maximjsx.addonlib.core.AddonLib addonLib)
-
Method Summary
boolean
onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command command,
String label,
String[] args)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
Command
public Command(com.maximjsx.addonlib.core.AddonLib addonLib)
-
Method Details
-
onCommand
public boolean onCommand(org.bukkit.command.CommandSender sender,
org.bukkit.command.Command command,
String label,
String[] args)
- Specified by:
onCommand
in interface org.bukkit.command.CommandExecutor