Class MsgResponsePointsCalculated

All Implemented Interfaces:
Serializable

public class MsgResponsePointsCalculated extends MsgResponse implements 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 Details

  • Constructor Details

    • MsgResponsePointsCalculated

      public MsgResponsePointsCalculated(Map<PlayerLobby,Integer> pointsMap)
      Builds a new response message with the given points
      Parameters:
      pointsMap - the map containing the points calculated for each player
  • Method Details

    • getPoints

      public Map<PlayerLobby,Integer> getPoints()
      Returns:
      the map containing the points calculated for each player