Class PlayerEffectApplyCommand.PlayerEffectApplyOtherCommand
java.lang.Object
com.hypixel.hytale.server.core.command.system.AbstractCommand
com.hypixel.hytale.server.core.command.system.basecommands.CommandBase
com.hypixel.hytale.server.core.command.commands.player.effect.PlayerEffectApplyCommand.PlayerEffectApplyOtherCommand
- Enclosing class:
PlayerEffectApplyCommand
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final DefaultArg<Float> private final RequiredArg<EntityEffect> private static final Messageprivate static final Messageprivate final RequiredArg<PlayerRef> Fields 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
-
MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
-
MESSAGE_EFFECT_APPLIED_OTHER
-
playerArg
-
effectArg
-
durationArg
-
-
Constructor Details
-
PlayerEffectApplyOtherCommand
PlayerEffectApplyOtherCommand()
-
-
Method Details
-
executeSync
- Specified by:
executeSyncin classCommandBase
-