Package net.winmister332.libs.commands
Class BukkitCommand
java.lang.Object
net.winmister332.libs.commands.Command
net.winmister332.libs.commands.BukkitCommand
This class is used to execute a bukkit command as if it were a WMCommand.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanInvokes a Bukkit command as if it were a WMCommand.Methods inherited from class net.winmister332.libs.commands.Command
changeName, getAliases, getData, getDescription, getName, isHidden, setHidden
-
Constructor Details
-
BukkitCommand
public BukkitCommand(org.bukkit.command.Command command)
-
-
Method Details