Module it.polimi.ingsw.am13
Class MsgResponsePointsCalculated
java.lang.Object
it.polimi.ingsw.am13.network.socket.message.Message
it.polimi.ingsw.am13.network.socket.message.response.MsgResponse
it.polimi.ingsw.am13.network.socket.message.response.MsgResponsePointsCalculated
- All Implemented Interfaces:
Serializable
Response message containing the points of all the players after the last turn has been played
(or only a player is left and the reconnection timer expired)
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionMsgResponsePointsCalculated
(Map<PlayerLobby, Integer> pointsMap) Builds a new response message with the given points -
Method Summary
Methods inherited from class it.polimi.ingsw.am13.network.socket.message.response.MsgResponse
getType
-
Field Details
-
pointsMap
The points calculated
-
-
Constructor Details
-
MsgResponsePointsCalculated
Builds a new response message with the given points- Parameters:
pointsMap
- the map containing the points calculated for each player
-
-
Method Details
-
getPoints
- Returns:
- the map containing the points calculated for each player
-