civquest
Class ClimateGenerator
java.lang.Object
civquest.ClimateGenerator
- All Implemented Interfaces:
- VegetationGenerator
- public class ClimateGenerator
- extends java.lang.Object
- implements VegetationGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
mapData
protected MapData mapData
ruleset
protected java.lang.String ruleset
registry
protected Registry registry
height
protected int height
width
protected int width
mapType
protected int mapType
land
protected VegetationData land
ocean
protected VegetationData ocean
streams
protected int streams
eqTemp
protected int eqTemp
polTemp
protected int polTemp
bands
protected int bands
ClimateGenerator
public ClimateGenerator(int mapType,
Registry registry)
generate
public void generate(MapData mapData)
- Specified by:
generate
in interface VegetationGenerator