Package civquest.map.vegGen.climate

Examples of civquest.map.vegGen.climate.ClimateGenerator$SeaBedRiver


      heightGenerator = null;
    }

    String veggen = generatorsection.getField("vegetation").getStringValue();
    if(veggen.equals("ClimateGenerator")) {
      vegetationGenerator = new ClimateGenerator(maptype,registry);
    } else {
      messages.err("MapGenerator",
             "loadConfiguration: " + veggen + " is not a valid " +
             "VegetationGenerator!!! Using NO VegetationGenerator!!!");
      vegetationGenerator = null;
View Full Code Here

TOP

Related Classes of civquest.map.vegGen.climate.ClimateGenerator$SeaBedRiver

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.