Examples of WorldGenSpike


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
Copyright © 2018 www.massapi.com. 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.