Package cofh.lib.world

Examples of cofh.lib.world.WorldGenSpike


        if (genObject.has("count"))
          r.clusters = genObject.get("count").getAsInt();
      }
      return r;
    } else if ("spike".equals(template)) {
      WorldGenSpike r = new WorldGenSpike(resList, matList);
      if (isObject) {
        if (genObject.has("largeSpikes"))
          r.largeSpikes = genObject.get("largeSpikes").getAsBoolean();
      }
      return r;
View Full Code Here

TOP

Related Classes of cofh.lib.world.WorldGenSpike

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.