Class WarpListCommand
java.lang.Object
com.hypixel.hytale.server.core.command.system.AbstractCommand
com.hypixel.hytale.server.core.command.system.basecommands.CommandBase
com.hypixel.hytale.builtin.teleport.commands.warp.WarpListCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Messageprivate static final Messageprivate static final Messageprivate static final Messageprivate static final Messageprivate static final Messageprivate static final Messageprivate final OptionalArg<Integer> private static final intFields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.hypixel.hytale.server.core.command.system.basecommands.CommandBase
executeMethods inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
acceptCall, addAliases, addSubCommand, addUsageVariant, canGeneratePermission, completeRegistration, countParents, generatePermissionNode, getAliases, getDescription, getFullyQualifiedName, getName, getOwner, getPermission, getPermissionGroups, getPermissionGroupsRecursive, getRequiredArguments, getSubCommands, getUsageShort, getUsageString, hasBeenRegistered, hasPermission, isVariant, matches, putRecursivePermissionGroups, requirePermission, setAllowsExtraArguments, setOwner, setPermissionGroup, setPermissionGroups, setUnavailableInSingleplayer, withDefaultArg, withDefaultArg, withFlagArg, withListDefaultArg, withListOptionalArg, withListRequiredArg, withOptionalArg, withOptionalArg, withRequiredArg, withRequiredArg
-
Field Details
-
WARPS_PER_LIST_PAGE
private static final int WARPS_PER_LIST_PAGE- See Also:
-
MESSAGE_COMMANDS_TELEPORT_WARP_NOT_LOADED
-
MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
-
MESSAGE_COMMANDS_TELEPORT_WARP_NO_WARPS
-
MESSAGE_COMMANDS_TELEPORT_WARP_PAGE_NUM_TOO_LOW
-
MESSAGE_COMMANDS_TELEPORT_WARP_PAGE_NUM_TOO_HIGH
-
MESSAGE_COMMANDS_TELEPORT_WARP_LIST_HEADER
-
MESSAGE_COMMANDS_TELEPORT_WARP_LIST_ENTRY
-
pageArg
-
-
Constructor Details
-
WarpListCommand
public WarpListCommand()
-
-
Method Details
-
executeSync
- Specified by:
executeSyncin classCommandBase
-