java.lang.Object
polimi.ingsw.am21.codex.client.localModel.LocalLobby
Class that represents the local lobby.
It is included in the local model container class
Once a player decides to join a game from the game menu, a local lobby associated to that game is created.
The lobby keeps track of the players that joined the game, the available tokens, the available objectives and the starter card.
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionvoid
setAvailableObjectives
(Card first, Card second) void
setStarterCard
(Card starterCard)
-
Method Details
-
getGameId
-
getAvailableTokens
-
getAvailableObjectives
-
setAvailableObjectives
-
getStarterCard
-
setStarterCard
-
getPlayers
-