Class AbstractCommandCollection
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
- Direct Known Subclasses:
AmbienceCommands,AmbienceCommands.AmbienceEmitterCommands,AssetsCommand,AuthCommand,AuthLoginCommand,BlockBulkCommand,BlockCommand,BlockSpawnerCommand,BrushConfigCommand,CameraEffectCommand,ChunkCommand,CommandsCommand,DebugCommand,DebugShapeSubCommand,EntityCommand,EntitySnapshotSubCommand,EntityStatsSubCommand,ExtendFaceCommand,FluidCommand,FragmentCommands,HideCommand,HitboxCollisionAddCommand,HitboxCollisionCommand,HitboxCollisionRemoveCommand,HitboxCommand,InstancesCommand.InstancesEditCommand,InteractionCommand,InternationalizationCommands,InventoryCommand,LightingCommand,LightingSendCommand,MemoriesCommand,MountCommand,NetworkCommand,NetworkCommand.LatencySimulationCommand,NPCAttackCommand,NPCBlackboardCommand,NPCCommand,NPCDebugCommand,NPCFlockCommand,NPCPathCommand,NPCTestCommand,ObjectiveCommand,ObjectiveCompleteCommand,ObjectiveLocationMarkerCommand,ObjectiveReachLocationMarkerCommand,ObjectiveStartCommand,OpCommand,PacksCommand,ParkourCommand,ParticleCommand,PermCommand,PermGroupCommand,PermUserCommand,PermUserCommand.PermUserGroupCommand,PlayCommand,PlayerCameraDemoSubCommand,PlayerCameraSubCommand,PlayerCommand,PlayerEffectSubCommand,PlayerStatsSubCommand,PlayerViewRadiusSubCommand,PluginCommand,PrefabCommand,PrefabEditCommand,PrefabPathCommand,PrefabPathUpdateCommand,PrefabSpawnerCommand,RecipeCommand,RepulsionAddCommand,RepulsionCommand,RepulsionRemoveCommand,ReputationCommand,RotateCommand,ServerCommand,ServerStatsCommand,SleepCommand,SpawnBeaconsCommand,SpawnCommand,SpawnMarkersCommand,SpawnSuppressionCommand,StressTestCommand,TeleportCommand,TimeCommand.TimeSetSubCommand,UpdateAssetsCommand,UpdateCommand,UpdatePrefabsCommand,VoidEventCommands,WarpCommand,WeatherCommand,WhitelistCommand,WorldCommand,WorldConfigCommand,WorldGenCommand,WorldMapCommand,WorldMapViewRadiusSubCommand,WorldPathBuilderCommand,WorldPathCommand,WorldSettingsCommand
-
Field Summary
Fields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final CompletableFuture<Void> executeAsync(CommandContext context) getFullUsage(CommandSender sender) getUsageString(CommandSender sender) 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, hasBeenRegistered, hasPermission, isVariant, matches, putRecursivePermissionGroups, requirePermission, setAllowsExtraArguments, setOwner, setPermissionGroup, setPermissionGroups, setUnavailableInSingleplayer, withDefaultArg, withDefaultArg, withFlagArg, withListDefaultArg, withListOptionalArg, withListRequiredArg, withOptionalArg, withOptionalArg, withRequiredArg, withRequiredArg
-
Constructor Details
-
AbstractCommandCollection
-
-
Method Details
-
getFullUsage
-
executeAsync
- Specified by:
executeAsyncin classAbstractAsyncCommand
-
getUsageString
- Overrides:
getUsageStringin classAbstractCommand
-