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

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


    deadBushes.setOdd(8);
    deadBushes.setBaseAmount(2);
    final SugarCaneDecorator sugarCane = new SugarCaneDecorator();
    sugarCane.setClusterPlaceAttempts(20);
    sugarCane.setNumberOfClusters(3);
    addDecorators(new SandAndClayDecorator(), new CactusDecorator(), deadBushes,
        new MushroomDecorator(), sugarCane, new WellDecorator());
    setElevation(63, 74);
    setGrassColorMultiplier(new Color(191, 183, 85));
    setFoliageColorMultiplier(new Color(174, 164, 42));
  }
View Full Code Here

TOP

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

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.