public class CmdWzTravelEvent extends java.lang.Object implements WauzCommand
WauzCommand,
WauzCommandExecutor| Modifier and Type | Field and Description |
|---|---|
private static java.util.Map<java.lang.String,org.bukkit.Location> |
eventTravelMap
A mao with event specific travel locations.
|
| Constructor and Description |
|---|
CmdWzTravelEvent() |
| 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() |
static java.util.Map<java.lang.String,org.bukkit.Location> |
getEventTravelMap() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitallowConsoleExecutionprivate static java.util.Map<java.lang.String,org.bukkit.Location> eventTravelMap
public java.util.List<java.lang.String> getCommandIds()
getCommandIds in interface WauzCommandpublic boolean executeCommand(org.bukkit.command.CommandSender sender,
java.lang.String[] args)
executeCommand in interface WauzCommandsender - The sender of the command.args - The arguments of the command.public static java.util.Map<java.lang.String,org.bukkit.Location> getEventTravelMap()