Package it.polimi.ingsw.view.model
Class Cell
- java.lang.Object
-
- it.polimi.ingsw.view.model.Cell
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Cell b)verify if this cell is equals to bList<Block>getBlocks()Get the Block StackList<String>getRawData()Convert data to a list of string that contains a user readable information about the class
-
-
-
Method Detail
-
equals
public boolean equals(Cell b)
verify if this cell is equals to b- Parameters:
b- confront cell- Returns:
- true if this equals b else false
-
getRawData
public List<String> getRawData()
Description copied from interface:RawObjConvert data to a list of string that contains a user readable information about the class- Specified by:
getRawDatain interfaceRawObj- Returns:
- data converted into an array of string user readable information about the class
-
-