Examples of SpireDecorator


Examples of org.spout.vanilla.world.generator.theend.decorator.SpireDecorator

import org.spout.vanilla.world.generator.theend.decorator.SpireDecorator;

public class EndStoneBiome extends VanillaBiome {
  public EndStoneBiome(int biomeId) {
    super(biomeId);
    addDecorators(new SpireDecorator());
    setGrassColorMultiplier(new Color(142, 185, 113));
    setFoliageColorMultiplier(new Color(113, 167, 77));
  }
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.