Package civquest.map.rivGen.mwfc

Examples of civquest.map.rivGen.mwfc.MWFCRiverGenerator


    }

    String rivgen = generatorsection.getField("rivers").getStringValue();

    if(rivgen.equals("MWFCRiverGenerator")) {
      riverGenerator = new MWFCRiverGenerator(registry);
    } else {
      messages.err("MapGenerator",
             "loadConfiguration: " + rivgen + " is not a valid " +
             "RiverGenerator!!! Using NO RiverGenerator!!!");
      riverGenerator = null;
View Full Code Here

TOP

Related Classes of civquest.map.rivGen.mwfc.MWFCRiverGenerator

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.