Class TerrainGenDataSpec
java.lang.Object
com.fs.starfarer.api.impl.campaign.procgen.TerrainGenDataSpec
- All Implemented Interfaces:
EntityGenDataSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
float
float
float
float
float
float
getId()
float
float
float
float
float
getMultiplier
(String key) float
getTags()
boolean
toString()
-
Constructor Details
-
TerrainGenDataSpec
public TerrainGenDataSpec(org.json.JSONObject row) throws org.json.JSONException - Throws:
org.json.JSONException
-
-
Method Details
-
toString
-
getCategory
- Specified by:
getCategory
in interfaceEntityGenDataSpec
-
getFrequency
public float getFrequency() -
getId
- Specified by:
getId
in interfaceEntityGenDataSpec
-
getHabOffsetMin
public float getHabOffsetMin() -
getHabOffsetMax
public float getHabOffsetMax() -
getMinRadius
public float getMinRadius() -
getMaxRadius
public float getMaxRadius() -
getMinColor
-
getMaxColor
-
getMultiplier
-
getTags
-
addTag
-
hasTag
-
getMultipliers
-
getProbOrbits
public float getProbOrbits() -
getMinOrbits
public float getMinOrbits() -
getMaxOrbits
public float getMaxOrbits() -
getHabOffsetYOUNG
public float getHabOffsetYOUNG()- Specified by:
getHabOffsetYOUNG
in interfaceEntityGenDataSpec
-
getHabOffsetAVERAGE
public float getHabOffsetAVERAGE()- Specified by:
getHabOffsetAVERAGE
in interfaceEntityGenDataSpec
-
getHabOffsetOLD
public float getHabOffsetOLD()- Specified by:
getHabOffsetOLD
in interfaceEntityGenDataSpec
-