Uses of Class
it.polimi.ingsw.server.controller.game_state_controller.messages.UpdateClientMsg
Packages that use UpdateClientMsg
Package
Description
-
Uses of UpdateClientMsg in it.polimi.ingsw.client.game_client_and_cli
Methods in it.polimi.ingsw.client.game_client_and_cli with parameters of type UpdateClientMsg -
Uses of UpdateClientMsg in it.polimi.ingsw.server.controller.game_state_controller.messages
Fields in it.polimi.ingsw.server.controller.game_state_controller.messages declared as UpdateClientMsgModifier and TypeFieldDescriptionfinal UpdateClientMsgGameOverMsg.updateClientMsgfinal UpdateClientMsgOKAndUpdateMsg.updateClientMsgConstructors in it.polimi.ingsw.server.controller.game_state_controller.messages with parameters of type UpdateClientMsgModifierConstructorDescriptionGameOverMsg(Map<String, Boolean> peerToIsWinner, UpdateClientMsg updateClientMsg) OKAndUpdateMsg(OKMsg okMsg, UpdateClientMsg updateClientMsg)