Class PlayerRespawnCommand.PlayerRespawnOtherCommand

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.PlayerRespawnCommand.PlayerRespawnOtherCommand
Enclosing class:
PlayerRespawnCommand

private static class PlayerRespawnCommand.PlayerRespawnOtherCommand extends CommandBase
  • Field Details

    • MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD

      @Nonnull private static final Message MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
    • playerArg

      @Nonnull private final RequiredArg<PlayerRef> playerArg
  • Constructor Details

    • PlayerRespawnOtherCommand

      PlayerRespawnOtherCommand()
  • Method Details