Module polimi.ingsw.am21.codex
Class NextTurnUpdateMessage
java.lang.Object
polimi.ingsw.am21.codex.controller.messages.Message
polimi.ingsw.am21.codex.controller.messages.ViewUpdatingMessage
polimi.ingsw.am21.codex.controller.messages.viewUpdate.game.NextTurnUpdateMessage
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionNextTurnUpdateMessage
(String gameId, String nickname, Integer playerIndex, Set<Position> availableSpots, Set<Position> forbiddenSpots, Integer resourceDeckTopCardId, Integer goldDeckTopCardId) NextTurnUpdateMessage
(String gameId, String nickname, Integer playerIndex, DrawingCardSource cardSource, DrawingDeckType deck, Integer cardId, Integer newPairCardId, Set<Position> availableSpots, Set<Position> forbiddenSpots, Integer resourceDeckTopCardId, Integer goldDeckTopCardId) -
Method Summary
-
Constructor Details
-
NextTurnUpdateMessage
-
NextTurnUpdateMessage
-
-
Method Details