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 Block
clone()
Color
getColor()
Get the block colorString
getOwner()
Get the block ownerTypeBlock
getTypeBlock()
Get the block type
-
-
-
Constructor Detail
-
Block
public Block(TypeBlock typeBlock)
Create a Block instance of a specific typeBlock- Parameters:
typeBlock
- type to set
-
-