Uses of Class
it.polimi.ingsw.Server.Model.Board
-
Uses of Board in it.polimi.ingsw.Server.Controller
Modifier and TypeFieldDescriptionprivate final Board
GsonMoveDeserializer.b
Game's Boardprivate final Board
MoveIntermediate.b
Game's boardprivate Board
Move.board
Modifier and TypeMethodDescriptionvoid
Move.setBoardAndShelf
(Board board, Shelf shelf) Sets Move's Board and ShelfModifierConstructorDescriptionGsonMoveDeserializer
(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
Modifier and TypeFieldDescription(package private) Board
BoardTest.b
private Board
Game.board
board used in the gameModifier and TypeMethodDescriptionGame.getBoard()
Getter method for the boardBoard.getCopy()
Refreshed copy, after server reload from fileModifier and TypeMethodDescriptionvoid
Player.setGameParameters
(PersonalGoalCard pgCard, CommonGoalCard cgCard1, CommonGoalCard cgCard2, Board board) Setter for initial Game parametersModifierConstructorDescriptionGame
(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