Package org.spout.vanilla.world.generator.normal.decorator

Examples of org.spout.vanilla.world.generator.normal.decorator.VineDecorator


    tallGrass.setFactory(new JungleBiome.JungleTallGrassFactory());
    tallGrass.setBaseAmount(15);
    final FlowerDecorator flowers = new FlowerDecorator();
    flowers.setBaseAmount(4);
    addDecorators(new SandAndClayDecorator(), trees, flowers, tallGrass, new MushroomDecorator(),
        new SugarCaneDecorator(), new PumpkinDecorator(), new VineDecorator());
    setElevation(63, 92);
    setGrassColorMultiplier(new Color(83, 202, 55));
    setFoliageColorMultiplier(new Color(41, 188, 5));
  }
View Full Code Here

TOP

Related Classes of org.spout.vanilla.world.generator.normal.decorator.VineDecorator

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.