Uses of Class
it.polimi.ingsw.server.model.game_logic.LightSchoolBoard
Packages that use LightSchoolBoard
Package
Description
-
Uses of LightSchoolBoard in it.polimi.ingsw.client.cli_graphics
Method parameters in it.polimi.ingsw.client.cli_graphics with type arguments of type LightSchoolBoardModifier and TypeMethodDescriptionprivate voidTerminal.renderSchoolBoards(List<LightSchoolBoard> schoolBoards, Map<String, Integer> usernameToSchoolBoardId, int currentPlayerSchoolBoardId, int row, int col) This method renders all the schoolBoards in the terminal. -
Uses of LightSchoolBoard 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 LightSchoolBoardModifier and TypeMethodDescriptionstatic javafx.scene.layout.PaneEnemySchoolBoardsRenderer.renderLastCardPlayed(LightSchoolBoard schoolBoard, Card lastCardPlayed) -
Uses of LightSchoolBoard 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 LightSchoolBoardModifier and TypeMethodDescriptionprivate static intSchoolBoardRenderer.getTowerCount(LightSchoolBoard schoolBoard) private static javafx.scene.layout.VBoxSchoolBoardRenderer.renderInfo(LightSchoolBoard schoolBoard) static javafx.scene.layout.PaneSchoolBoardRenderer.renderSchoolBoard(LightSchoolBoard schoolBoard) -
Uses of LightSchoolBoard in it.polimi.ingsw.server.model.game_logic
Fields in it.polimi.ingsw.server.model.game_logic with type parameters of type LightSchoolBoardMethods in it.polimi.ingsw.server.model.game_logic that return LightSchoolBoardModifier and TypeMethodDescriptionExpertSchoolBoard.lightify()This method returns the light version of the schoolBoard, containing all the useful information that need to be sent over the networkSchoolBoard.lightify()This method returns the light version of the schoolBoard, containing all the useful information that need to be sent over the network