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

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


    mushrooms.setBaseAmount(3);
    final SugarCaneDecorator sugarCane = new SugarCaneDecorator();
    sugarCane.setClusterPlaceAttempts(15);
    sugarCane.setNumberOfClusters(2);
    addDecorators(new SandAndClayDecorator(), trees, tallGrass, new DeadBushDecorator(),
        new LilyPadDecorator(), mushrooms, sugarCane, new PumpkinDecorator());
    setElevation(60, 66);
    setGrassColorMultiplier(new Color(92, 105, 78));
    setFoliageColorMultiplier(new Color(73, 97, 55));
    setWaterColorMultiplier(new Color(224, 255, 174));
  }
View Full Code Here

TOP

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

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.