Uses of Class
it.polimi.ingsw.model.Cell
-
Packages that use Cell Package Description it.polimi.ingsw.model This package contains classes used in the Server Side to manage the State of a Game. -
-
Uses of Cell in it.polimi.ingsw.model
Methods in it.polimi.ingsw.model that return Cell Modifier and Type Method Description Cell
Cell. clone()
Cell[][]
Game. getBoard()
Get a copy of the Game BoardMethods in it.polimi.ingsw.model with parameters of type Cell Modifier and Type Method Description it.polimi.ingsw.model.Event[]
Action. execute(Cell[][] map)
Execute the action on the given game board
-