Uses of Class
it.polimi.ingsw.Server.Model.Board
Packages that use Board
-
Uses of Board in it.polimi.ingsw.Server.Controller
Fields in it.polimi.ingsw.Server.Controller declared as BoardModifier and TypeFieldDescriptionprivate final Board
GsonMoveDeserializer.b
Game's Boardprivate final Board
MoveIntermediate.b
Game's boardprivate Board
Move.board
Methods in it.polimi.ingsw.Server.Controller with parameters of type BoardModifier and TypeMethodDescriptionvoid
Move.setBoardAndShelf
(Board board, Shelf shelf) Sets Move's Board and ShelfConstructors in it.polimi.ingsw.Server.Controller with parameters of type BoardModifierConstructorDescriptionGsonMoveDeserializer
(Board b, Shelf s) MoveDeserializer ConstructorGame's Move implementationMoveIntermediate
(Board b, Shelf s, GameController gc, Player p) Move Intermediate constructor -
Uses of Board in it.polimi.ingsw.Server.Model
Fields in it.polimi.ingsw.Server.Model declared as BoardModifier and TypeFieldDescription(package private) Board
BoardTest.b
private Board
Game.board
board used in the gameMethods in it.polimi.ingsw.Server.Model that return BoardModifier and TypeMethodDescriptionGame.getBoard()
Getter method for the boardBoard.getCopy()
Refreshed copy, after server reload from fileMethods in it.polimi.ingsw.Server.Model with parameters of type BoardModifier and TypeMethodDescriptionvoid
Player.setGameParameters
(PersonalGoalCard pgCard, CommonGoalCard cgCard1, CommonGoalCard cgCard2, Board board) Setter for initial Game parametersConstructors in it.polimi.ingsw.Server.Model with parameters of type BoardModifierConstructorDescriptionGame
(String identifier, Map<Integer, Player> players, int maxPlayers, List<PersonalGoalCard> personalCards, Scoreboard scoreboard, Board board, int playerCount, CommonGoalCard cgCard1, CommonGoalCard cgCard2, List<ObjectCard> objectCards, boolean gameEnded, boolean prepared) Related to Game's refresh strategy(package private)
Player
(String nickname, PersonalGoalCard pgCard, CommonGoalCard cgCard1, CommonGoalCard cgCard2, int position, Board board) Player's class constructor