Class WarpCommand
java.lang.Object
com.hypixel.hytale.server.core.command.system.AbstractCommand
com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand
com.hypixel.hytale.server.core.command.system.basecommands.AbstractCommandCollection
com.hypixel.hytale.builtin.teleport.commands.warp.WarpCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Messageprivate static final Messageprivate static final Messageprivate static final Messageprivate static final MessageFields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) static voidtryGo(CommandContext context, String warp, Ref<EntityStore> ref, Store<EntityStore> store) Methods inherited from class com.hypixel.hytale.server.core.command.system.basecommands.AbstractCommandCollection
executeAsync, getFullUsage, getUsageStringMethods inherited from class com.hypixel.hytale.server.core.command.system.basecommands.AbstractAsyncCommand
execute, runAsyncMethods 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, hasBeenRegistered, hasPermission, isVariant, matches, putRecursivePermissionGroups, requirePermission, setAllowsExtraArguments, setOwner, setPermissionGroup, setPermissionGroups, setUnavailableInSingleplayer, withDefaultArg, withDefaultArg, withFlagArg, withListDefaultArg, withListOptionalArg, withListRequiredArg, withOptionalArg, withOptionalArg, withRequiredArg, withRequiredArg
-
Field Details
-
MESSAGE_COMMANDS_TELEPORT_WARP_NOT_LOADED
-
MESSAGE_COMMANDS_TELEPORT_WARP_UNKNOWN_WARP
-
MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
-
MESSAGE_COMMANDS_TELEPORT_WARP_WORLD_NAME_FOR_WARP_NOT_FOUND
-
MESSAGE_COMMANDS_TELEPORT_WARP_WARPED_TO
-
-
Constructor Details
-
WarpCommand
public WarpCommand()
-
-
Method Details
-
tryGo
static void tryGo(@Nonnull CommandContext context, @Nonnull String warp, @Nonnull Ref<EntityStore> ref, @Nonnull Store<EntityStore> store)
-