Package cofh.lib.world.feature

Examples of cofh.lib.world.feature.FeatureGenLargeVein


    int h = genObject.get("veinHeight").getAsInt();
    int d = genObject.get("veinDiameter").getAsInt();
    int vD = genObject.get("verticalDensity").getAsInt();
    int hD = genObject.get("horizontalDensity").getAsInt();

    return new FeatureGenLargeVein(featureName, gen, numClusters, minY, biomeRes, retrogen, dimRes, h, d, vD, hD);
  }
View Full Code Here

TOP

Related Classes of cofh.lib.world.feature.FeatureGenLargeVein

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.