Examples of addLogVines()


Examples of org.spout.vanilla.world.generator.normal.object.tree.SmallTreeObject.addLogVines()

      }
      final SmallTreeObject tree = new SmallTreeObject();
      tree.setTreeType(TreeObject.TreeType.JUNGLE);
      tree.setBaseHeight((byte) 4);
      tree.setRandomHeight((byte) 10);
      tree.addLogVines(true);
      tree.addCocoaPlants(true);
      return tree;
    }
  }
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.