public class CmdWhere extends java.lang.Object implements WauzCommand
WauzCommand
,
WauzCommandExecutor
Constructor and Description |
---|
CmdWhere() |
Modifier and Type | Method and Description |
---|---|
boolean |
allowConsoleExecution() |
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() |
public java.util.List<java.lang.String> getCommandIds()
getCommandIds
in interface WauzCommand
public boolean allowConsoleExecution()
allowConsoleExecution
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.