Schnittstelle IGameConfiguration


public interface IGameConfiguration
  • Methodenübersicht

    Modifizierer und Typ
    Methode
    Beschreibung
    int
    Get the amount of maximum players.
    int
    Get the amount of minimum players.
    int
    Get the amount of teams.
    int
    Get the amount of players per team.
  • Methodendetails

    • minPlayers

      int minPlayers()
      Get the amount of minimum players.
      Gibt zurück:
      the amount of minimum players
    • maxPlayers

      int maxPlayers()
      Get the amount of maximum players.
      Gibt zurück:
      the amount of maximum players
    • teams

      int teams()
      Get the amount of teams.
      Gibt zurück:
      the amount of teams
    • teamSize

      int teamSize()
      Get the amount of players per team.
      Gibt zurück:
      the amount of players per team