Examples of NormalTreeWGOFactory


Examples of org.spout.vanilla.world.generator.normal.biome.NormalBiome.NormalTreeWGOFactory

  };

  public SkylandsBiome(int biomeId) {
    super(biomeId);
    final TreeDecorator trees = new TreeDecorator();
    trees.setFactory(new NormalTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    final EmeraldOreDecorator emeraldOre = new EmeraldOreDecorator();
    emeraldOre.setMinimumElevation(SkylandsGenerator.MINIMUM);
    emeraldOre.setElevationRandomness(12);
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.