Uses of Class
it.polimi.ingsw.view.model.Block
-
Packages that use Block Package Description it.polimi.ingsw.view.model This package contains the client simplyfied model -
-
Uses of Block in it.polimi.ingsw.view.model
Methods in it.polimi.ingsw.view.model that return types with arguments of type Block Modifier and Type Method Description List<Block>
Cell. getBlocks()
Get the Block StackConstructors in it.polimi.ingsw.view.model with parameters of type Block Constructor Description Block(Block toClone)
Block Constructor from another BlockConstructor parameters in it.polimi.ingsw.view.model with type arguments of type Block Constructor Description Cell(List<Block> blocks)
Cell Constructor
-