public class CmdWzEnterDev extends java.lang.Object implements WauzCommand
WauzCommand
,
WauzCommandExecutor
Constructor and Description |
---|
CmdWzEnterDev() |
Modifier and Type | Method and Description |
---|---|
boolean |
executeCommand(org.bukkit.command.CommandSender sender,
java.lang.String[] args)
Executes the command for given sender with arguments.
|
java.util.List<java.lang.String> |
getCommandIds() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
allowConsoleExecution
public java.util.List<java.lang.String> getCommandIds()
getCommandIds
in interface WauzCommand
public boolean executeCommand(org.bukkit.command.CommandSender sender, java.lang.String[] args)
executeCommand
in interface WauzCommand
sender
- The sender of the command.args
- The arguments of the command.