Class BiomeDecorator

  • Direct Known Subclasses:
    BiomeEndDecorator

    public class BiomeDecorator
    extends java.lang.Object
    • Field Detail

      • currentWorld

        protected World currentWorld
      • randomGenerator

        protected java.util.Random randomGenerator
      • chunk_X

        protected int chunk_X
      • chunk_Z

        protected int chunk_Z
      • waterlilyPerChunk

        protected int waterlilyPerChunk
      • treesPerChunk

        protected int treesPerChunk
      • flowersPerChunk

        protected int flowersPerChunk
      • grassPerChunk

        protected int grassPerChunk
      • deadBushPerChunk

        protected int deadBushPerChunk
      • mushroomsPerChunk

        protected int mushroomsPerChunk
      • reedsPerChunk

        protected int reedsPerChunk
      • cactiPerChunk

        protected int cactiPerChunk
      • sandPerChunk

        protected int sandPerChunk
      • sandPerChunk2

        protected int sandPerChunk2
      • clayPerChunk

        protected int clayPerChunk
      • bigMushroomsPerChunk

        protected int bigMushroomsPerChunk
      • generateLakes

        public boolean generateLakes
    • Constructor Detail

      • BiomeDecorator

        public BiomeDecorator​(BiomeGenBase var1)
    • Method Detail

      • decorate

        public void decorate​(World var1,
                             java.util.Random var2,
                             int var3,
                             int var4)
      • decorate

        protected void decorate()
      • genStandardOre1

        protected void genStandardOre1​(int var1,
                                       WorldGenerator var2,
                                       int var3,
                                       int var4)
      • genStandardOre2

        protected void genStandardOre2​(int var1,
                                       WorldGenerator var2,
                                       int var3,
                                       int var4)
      • generateOres

        protected void generateOres()