Uses of Class
it.polimi.ingsw.Server.Model.BoardSpace
Packages that use BoardSpace
-
Uses of BoardSpace in it.polimi.ingsw.Server.Model
Fields in it.polimi.ingsw.Server.Model declared as BoardSpaceFields in it.polimi.ingsw.Server.Model with type parameters of type BoardSpaceModifier and TypeFieldDescriptionprivate Map<ObjectCard,
BoardSpace> Board.lastTaken
List of the most recent Object Cards takenMethods in it.polimi.ingsw.Server.Model that return BoardSpaceModifier and TypeMethodDescriptionBoardSpace[][]
Board.getSpaces()
Returns a copy of the spaces array via functional approach.Constructors in it.polimi.ingsw.Server.Model with parameters of type BoardSpaceModifierConstructorDescriptionprivate
Board
(BoardSpace[][] spaces, List<ObjectCard> objectCards, Map<ObjectCard, BoardSpace> lastTaken) Related to Game's refresh strategyConstructor parameters in it.polimi.ingsw.Server.Model with type arguments of type BoardSpaceModifierConstructorDescriptionprivate
Board
(BoardSpace[][] spaces, List<ObjectCard> objectCards, Map<ObjectCard, BoardSpace> lastTaken) Related to Game's refresh strategy