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

private static class PlayerEffectApplyCommand.PlayerEffectApplyOtherCommand extends CommandBase
  • Field Details

    • MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD

      private static final Message MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
    • MESSAGE_EFFECT_APPLIED_OTHER

      private static final Message MESSAGE_EFFECT_APPLIED_OTHER
    • playerArg

      @Nonnull private final RequiredArg<PlayerRef> playerArg
    • effectArg

      @Nonnull private final RequiredArg<EntityEffect> effectArg
    • durationArg

      @Nonnull private final DefaultArg<Float> durationArg
  • Constructor Details

    • PlayerEffectApplyOtherCommand

      PlayerEffectApplyOtherCommand()
  • Method Details