Package it.polimi.ingsw.view.model
Class God
- java.lang.Object
-
- it.polimi.ingsw.view.model.God
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<String>
getRawData()
Convert data to a list of string that contains a user readable information about the classString
getValue()
Get god value
-
-
-
Constructor Detail
-
God
public God(String god)
God Constructor- Parameters:
god
- god value
-
-
Method Detail
-
getRawData
public List<String> getRawData()
Description copied from interface:RawObj
Convert data to a list of string that contains a user readable information about the class- Specified by:
getRawData
in interfaceRawObj
- Returns:
- data converted into an array of string user readable information about the class
-
getValue
public String getValue()
Get god value- Returns:
- god value
-
-