Class GameModeCommand.GameModeOtherCommand

Enclosing class:
GameModeCommand

private static class GameModeCommand.GameModeOtherCommand extends CommandBase
  • Field Details

    • MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD

      private static final Message MESSAGE_COMMANDS_ERRORS_PLAYER_NOT_IN_WORLD
    • gameModeArg

      @Nonnull private final RequiredArg<GameMode> gameModeArg
    • playerArg

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

    • GameModeOtherCommand

      GameModeOtherCommand()
  • Method Details