Uses of Class
it.polimi.ingsw.view.model.Cell
-
Packages that use Cell Package Description it.polimi.ingsw.view.GUI This package contians the GUI applicationit.polimi.ingsw.view.model This package contains the client simplyfied modelit.polimi.ingsw.view.socket This package contains the classes used in socket connection -
-
Uses of Cell in it.polimi.ingsw.view.GUI
Methods in it.polimi.ingsw.view.GUI that return Cell Modifier and Type Method Description Cell[][]
MainController. getBoard()
Get updated board -
Uses of Cell in it.polimi.ingsw.view.model
Methods in it.polimi.ingsw.view.model with parameters of type Cell Modifier and Type Method Description boolean
Cell. equals(Cell b)
verify if this cell is equals to b -
Uses of Cell in it.polimi.ingsw.view.socket
Methods in it.polimi.ingsw.view.socket that return Cell Modifier and Type Method Description Cell[][]
Parser. getBoard()
Get Game Board
-