Package cofh.lib.world.feature.FeatureBase

Examples of cofh.lib.world.feature.FeatureBase.GenRestriction


      return null;
    }
    int clusterSize = 0;
    int numClusters = 0;
    boolean retrogen = false;
    GenRestriction biomeRes = GenRestriction.NONE;
    GenRestriction dimRes = GenRestriction.NONE;

    if (genObject.has("clusterSize")) {
      clusterSize = genObject.get("clusterSize").getAsInt();
    }
    if (genObject.has("numClusters")) {
View Full Code Here

TOP

Related Classes of cofh.lib.world.feature.FeatureBase.GenRestriction

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.