Class LocationGenDataSpec
java.lang.Object
com.fs.starfarer.api.impl.campaign.procgen.LocationGenDataSpec
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
float
float
float
getId()
getTags()
boolean
void
setFreqAVERAGE
(float freqAVERAGE) void
setFreqOLD
(float freqOLD) void
setFreqYOUNG
(float freqYOUNG) void
void
-
Constructor Details
-
LocationGenDataSpec
public LocationGenDataSpec(org.json.JSONObject row) throws org.json.JSONException - Throws:
org.json.JSONException
-
-
Method Details
-
getId
-
setId
-
getFreqYOUNG
public float getFreqYOUNG() -
setFreqYOUNG
public void setFreqYOUNG(float freqYOUNG) -
getFreqAVERAGE
public float getFreqAVERAGE() -
setFreqAVERAGE
public void setFreqAVERAGE(float freqAVERAGE) -
getFreqOLD
public float getFreqOLD() -
setFreqOLD
public void setFreqOLD(float freqOLD) -
setTags
-
getTags
-
addTag
-
hasTag
-