Examples of PumpkinDecorator


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

    final TreeDecorator trees = new TreeDecorator();
    trees.setFactory(new TaigaTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    addDecorators(new SandAndClayDecorator(), trees, new FlowerDecorator(), tallGrass,
        new MushroomDecorator(), new SugarCaneDecorator(), new PumpkinDecorator());
    setElevation(63, 83);
    setGrassColorMultiplier(new Color(130, 181, 147));
    setFoliageColorMultiplier(new Color(99, 162, 119));
  }
View Full Code Here

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

    final TreeDecorator trees = new TreeDecorator();
    trees.setFactory(new NormalTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    addDecorators(new SandAndClayDecorator(), trees, new FlowerDecorator(), tallGrass,
        new MushroomDecorator(), new SugarCaneDecorator(), new PumpkinDecorator());
    setElevation(46, 58);
    setGrassColorMultiplier(new Color(142, 185, 113));
    setFoliageColorMultiplier(new Color(113, 167, 77));
  }
View Full Code Here

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

    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

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

    tallGrass.setBaseAmount(5);
    final FlowerDecorator flowers = new FlowerDecorator();
    flowers.setOdd(5);
    flowers.setBaseAmount(8);
    addDecorators(new SandAndClayDecorator(), flowers, tallGrass, new MushroomDecorator(),
        new SugarCaneDecorator(), new PumpkinDecorator());
    setElevation(63, 74);
    setGrassColorMultiplier(new Color(145, 189, 89));
    setFoliageColorMultiplier(new Color(119, 171, 47));
  }
View Full Code Here

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

    final EmeraldOreDecorator emeraldOre = new EmeraldOreDecorator();
    emeraldOre.setMinimumElevation(SkylandsGenerator.MINIMUM);
    emeraldOre.setElevationRandomness(12);
    emeraldOre.setBaseAmount(2);
    emeraldOre.setRandomAmount(4);
    addDecorators(trees, new FlowerDecorator(), tallGrass, new PumpkinDecorator(), emeraldOre);
  }
View Full Code Here

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

    final TreeDecorator trees = new TreeDecorator();
    trees.setFactory(new NormalTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    addDecorators(new SandAndClayDecorator(), trees, new FlowerDecorator(), tallGrass,
        new MushroomDecorator(), new SugarCaneDecorator(), new PumpkinDecorator(),
        new EmeraldOreDecorator());
    setElevation(63, 127);
    setGrassColorMultiplier(new Color(138, 182, 137));
    setFoliageColorMultiplier(new Color(109, 163, 107));
  }
View Full Code Here

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

    final TreeDecorator trees = new TreeDecorator();
    trees.setFactory(new NormalTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    addDecorators(new SandAndClayDecorator(), trees, new FlowerDecorator(), tallGrass,
        new MushroomDecorator(), new SugarCaneDecorator(), new PumpkinDecorator());
    setElevation(58, 62);
    setGrassColorMultiplier(new Color(142, 185, 113));
    setFoliageColorMultiplier(new Color(113, 167, 77));
  }
View Full Code Here

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

    trees.setFactory(new ForestTreeWGOFactory());
    final TallGrassDecorator tallGrass = new TallGrassDecorator();
    tallGrass.setFactory(new NormalTallGrassFactory());
    tallGrass.setBaseAmount(3);
    addDecorators(new SandAndClayDecorator(), trees, new FlowerDecorator(), tallGrass,
        new MushroomDecorator(), new SugarCaneDecorator(), new PumpkinDecorator());
    setElevation(63, 81);
    setGrassColorMultiplier(new Color(121, 192, 90));
    setFoliageColorMultiplier(new Color(89, 174, 48));
  }
View Full Code Here

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

    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
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.