Examples of WorldGenTaiga2


Examples of net.minecraft.src.WorldGenTaiga2

    *
    * @param coordinate - The coordinate to generate the tall redwood tree at
    * @return True if the generation was successful, false otherwise
    */
   public boolean generateTallRedwoodTree(Coordinate coordinate) {
      return (new WorldGenTaiga2(true)).generate(world, random, coordinate.getBlockX(), coordinate.getBlockY(), coordinate.getBlockZ());
   }
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.