Package de.smoofy.core.api.game
Schnittstelle IGameConfiguration
public interface IGameConfiguration
-
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
-