Class ClientScoreboard
java.lang.Object
it.polimi.ingsw.Client.ClientModel.ClientScoreboard
- All Implemented Interfaces:
ScoreBoardInterface
,Remote
Scoreboard (Client)
-
Field Summary
Modifier and TypeFieldDescriptionScoreboard, made of Nickname (String) and score (int) -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGetter for the final Scoreboard sorted Map
-
Field Details
-
scoreBoard
Scoreboard, made of Nickname (String) and score (int)
-
-
Constructor Details
-
ClientScoreboard
public ClientScoreboard()
-
-
Method Details
-
getScoreBoard
Getter for the final Scoreboard sorted Map- Specified by:
getScoreBoard
in interfaceScoreBoardInterface
- Returns:
- final Scoreboard
-