Uses of Class
it.polimi.ingsw.server.model.game_logic.LightGameState
Packages that use LightGameState
Package
Description
-
Uses of LightGameState in it.polimi.ingsw.client.cli_graphics
Methods in it.polimi.ingsw.client.cli_graphics with parameters of type LightGameStateModifier and TypeMethodDescriptionvoidTerminal.updateGameState(LightGameState lightGameState) This method updates the terminal with the new lightGameState. -
Uses of LightGameState in it.polimi.ingsw.client.game_client_and_cli
Fields in it.polimi.ingsw.client.game_client_and_cli declared as LightGameStateMethods in it.polimi.ingsw.client.game_client_and_cli with parameters of type LightGameStateModifier and TypeMethodDescriptionvoidGameLogger.logGameState(LightGameState lightGameState) voidLogger.logGameState(LightGameState lightGameState) -
Uses of LightGameState in it.polimi.ingsw.client.new_gui.views.enemies_view
Methods in it.polimi.ingsw.client.new_gui.views.enemies_view with parameters of type LightGameStateModifier and TypeMethodDescriptionstatic javafx.scene.layout.PaneChooseSchoolBoardButtonRenderer.renderChooseSchoolBoardButton(LightGameState lgs) static javafx.scene.layout.PaneEnemySchoolBoardsRenderer.renderChosenSchoolBoard(LightGameState lgs) static javafx.scene.layout.PaneEnemyViewRenderer.renderEnemyView(LightGameState lgs) -
Uses of LightGameState in it.polimi.ingsw.client.new_gui.views.player_view
Methods in it.polimi.ingsw.client.new_gui.views.player_view with parameters of type LightGameStateModifier and TypeMethodDescriptionstatic List<javafx.scene.layout.Pane>CharactersRenderer.renderCharacters(LightGameState lgs) static javafx.scene.layout.PanePlayerViewRenderer.renderGameState(LightGameState lgs) -
Uses of LightGameState in it.polimi.ingsw.server.controller.game_controller
Methods in it.polimi.ingsw.server.controller.game_controller that return LightGameState -
Uses of LightGameState in it.polimi.ingsw.server.controller.game_state_controller
Methods in it.polimi.ingsw.server.controller.game_state_controller that return LightGameStateModifier and TypeMethodDescriptionCommunicationController.getLightGameState()Return light game state from the communication controller(package private) LightGameStateGameStateController.getLightGameState() -
Uses of LightGameState in it.polimi.ingsw.server.controller.game_state_controller.messages
Fields in it.polimi.ingsw.server.controller.game_state_controller.messages declared as LightGameStateConstructors in it.polimi.ingsw.server.controller.game_state_controller.messages with parameters of type LightGameState -
Uses of LightGameState in it.polimi.ingsw.server.model.game_logic
Methods in it.polimi.ingsw.server.model.game_logic that return LightGameStateModifier and TypeMethodDescriptionLightGameState.addUsernames(Map<String, Integer> usernameToSchoolBoardId) This method adds the userNames to the LightGameStateExpertGameState.lightify()This method returns the light version of the GameState, with all the useful information to be sent over the networkGameState.lightify()This method returns the light version of the GameState, with all the useful information to be sent over the network