Class BlockSpawnerSetCommand
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
com.hypixel.hytale.builtin.blockspawner.command.BlockSpawnerSetCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final SingleArgumentType<BlockSpawnerTable> private final RequiredArg<BlockSpawnerTable> private final FlagArgprivate static final Messageprivate static final Messageprivate final OptionalArg<RelativeIntPosition> Fields inherited from class com.hypixel.hytale.server.core.command.system.AbstractCommand
EMPTY_STRING_ARRAY, LOGGER -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voidexecute(CommandContext context, World world, Store<EntityStore> store) Methods inherited from class com.hypixel.hytale.server.core.command.system.basecommands.AbstractWorldCommand
executeAsyncMethods 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_GENERAL_BLOCK_TARGET_NOT_IN_RANGE
-
MESSAGE_COMMANDS_ERRORS_PROVIDE_POSITION
-
BLOCK_SPAWNER_ASSET_TYPE
-
blockSpawnerIdArg
-
positionArg
-
ignoreChecksFlag
-
-
Constructor Details
-
BlockSpawnerSetCommand
public BlockSpawnerSetCommand()
-
-
Method Details
-
execute
protected void execute(@Nonnull CommandContext context, @Nonnull World world, @Nonnull Store<EntityStore> store) - Specified by:
executein classAbstractWorldCommand
-