Class AbstractWorldCommand
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.AbstractWorldCommand
- Direct Known Subclasses:
AmbienceClearCommand,AmbienceSetMusicCommand,BlockBulkFindCommand,BlockSpawnerGetCommand,BlockSpawnerSetCommand,CheckpointRemoveCommand,ChunkFixHeightMapCommand,ChunkForceTickCommand,ChunkInfoCommand,ChunkLightingCommand,ChunkLoadCommand,ChunkMarkSaveCommand,ChunkRegenerateCommand,ChunkUnloadCommand,EntityCleanCommand,EntityCloneCommand,EntityCountCommand,EntityDumpCommand,EntityNameplateCommand,EntityNameplateCommand.Remove,EntityRemoveCommand,EntityResendCommand,EntitySnapshotHistoryCommand,EntityTrackerCommand,HitboxCollisionAddCommand.HitboxCollisionAddEntityCommand,HitboxCollisionRemoveCommand.HitboxCollisionRemoveEntityCommand,LightingCalculationCommand,LightingGetCommand,LightingInfoCommand,LightingInvalidateCommand,LightingSendToggleCommand,MemoriesLevelCommand,MemoriesUnlockCommand,NPCBlackboardCommand.BlockEventsCommand,NPCBlackboardCommand.ChunkCommand,NPCBlackboardCommand.ChunksCommand,NPCBlackboardCommand.DropCommand,NPCBlackboardCommand.EntityEventsCommand,NPCBlackboardCommand.ResourceViewCommand,NPCBlackboardCommand.ResourceViewsCommand,NPCBlackboardCommand.ViewCommand,NPCBlackboardCommand.ViewsCommand,NPCCleanCommand,NPCFreezeCommand,NPCStepCommand,NPCThawCommand,NPCWorldCommandBase,ObjectiveLocationMarkerCommand.DisableLocationMarkerCommand,ObjectiveLocationMarkerCommand.EnableLocationMarkerCommand,PortalWorldCommandBase,PrefabPathListCommand,PrefabPathNodesCommand,PrefabPathUpdateObservationAngleCommand,PrefabPathUpdatePauseCommand,RepulsionAddCommand.RepulsionAddEntityCommand,RepulsionRemoveCommand.RepulsionRemoveEntityCommand,SetTickingCommand,SimpleBlockCommand,SpawnBlockCommand,SpawnCommand.DisableCommand,SpawnCommand.EnableCommand,SpawnMarkersCommand.DisableCommand,SpawnMarkersCommand.EnableCommand,SpawnPopulateCommand,SpawnSetCommand,SpawnSetDefaultCommand,SpawnStatsCommand,SpawnSuppressionCommand.Dump,SpawnSuppressionCommand.DumpAll,StartVoidEventCommand,TargetPrefabSpawnerCommand,TimeCommand,TimeCommand.SetTimeHourCommand,TimeCommand.SetTimePeriodCommand,TimeCommand.TimeDilationCommand,TimeCommand.TimePauseCommand,WeatherGetCommand,WeatherResetCommand,WeatherSetCommand,WorldConfigPauseTimeCommand,WorldConfigSeedCommand,WorldConfigSetPvpCommand,WorldConfigSetSpawnCommand,WorldConfigSetSpawnDefaultCommand,WorldMapReloadCommand,WorldPathListCommand,WorldPathRemoveCommand,WorldPathSaveCommand,WorldPauseCommand,WorldPerfCommand,WorldPerfGraphCommand,WorldPerfResetCommand,WorldSettingsCommand.WorldSettingsBox2DCommand,WorldSettingsCommand.WorldSettingsBox2DCommand.ResetSubCommand,WorldSettingsCommand.WorldSettingsBox2DCommand.SetSubCommand,WorldSettingsCommand.WorldSettingsSubCommand,WorldSettingsCommand.WorldSettingsSubCommand.ResetSubCommand,WorldSettingsCommand.WorldSettingsSubCommand.SetSubCommand,WorldTpsCommand,WorldTpsResetCommand
-
Field Summary
FieldsFields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionAbstractWorldCommand(String description) AbstractWorldCommand(String name, String description) AbstractWorldCommand(String name, String description, boolean requiresConfirmation) -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract voidexecute(CommandContext var1, World var2, Store<EntityStore> var3) protected final CompletableFuture<Void> executeAsync(CommandContext context) Methods 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, getUsageString, 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_ERRORS_NO_WORLD
-
worldArg
-
-
Constructor Details
-
AbstractWorldCommand
-
AbstractWorldCommand
-
AbstractWorldCommand
-
-
Method Details
-
executeAsync
- Specified by:
executeAsyncin classAbstractAsyncCommand
-
execute
protected abstract void execute(@Nonnull CommandContext var1, @Nonnull World var2, @Nonnull Store<EntityStore> var3)
-