Package it.polimi.ingsw.model
Class Block
- java.lang.Object
-
- it.polimi.ingsw.model.Block
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Blockclone()ColorgetColor()Get the block colorStringgetOwner()Get the block ownerTypeBlockgetTypeBlock()Get the block type
-
-
-
Constructor Detail
-
Block
public Block(TypeBlock typeBlock)
Create a Block instance of a specific typeBlock- Parameters:
typeBlock- type to set
-
-