Uses of Class
it.polimi.ingsw.Server.Model.Scoreboard
-
Uses of Scoreboard in it.polimi.ingsw.Server.Controller
-
Uses of Scoreboard in it.polimi.ingsw.Server.Model
Modifier and TypeMethodDescriptionGame.getScoreboard()
this method is a getter for attribute scoreboardModifierConstructorDescriptionGame
(String identifier, Map<Integer, Player> players, int maxPlayers, List<PersonalGoalCard> personalCards, Scoreboard scoreboard, Board board, int playerCount, CommonGoalCard cgCard1, CommonGoalCard cgCard2, List<ObjectCard> objectCards, boolean gameEnded, boolean prepared) Related to Game's refresh strategy