civquest
Class TestClimateGenerator
java.lang.Object
civquest.TestClimateGenerator
- All Implemented Interfaces:
- VegetationGenerator
- public class TestClimateGenerator
- extends java.lang.Object
- implements VegetationGenerator
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FLAT
public static final int FLAT
- See Also:
- Constant Field Values
ISO
public static final int ISO
- See Also:
- Constant Field Values
mapData
protected MapData mapData
climate
protected int climate
rainMmPerYear
protected int rainMmPerYear
continentalFactor
protected double continentalFactor
ruleset
protected java.lang.String ruleset
registry
protected Registry registry
height
protected int height
width
protected int width
grass
protected VegetationData grass
ocean
protected VegetationData ocean
mapType
protected int mapType
TestClimateGenerator
public TestClimateGenerator(int mapType,
Registry registry)
generate
public void generate(MapData mapData)
- Specified by:
generate
in interface VegetationGenerator