Package it.polimi.ingsw.view.model
Class Build
- java.lang.Object
-
- it.polimi.ingsw.view.model.Build
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetBlock()Get Block to be builtList<Integer>getPosition()Get Position on the boardList<String>getRawData()Convert data to a list of string that contains a user readable information about the class
-
-
-
Method Detail
-
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
-
getBlock
public String getBlock()
Get Block to be built- Returns:
- block type
-
-