Uses of Class
net.minecraft.world.biome.BiomeDecorator

Packages that use BiomeDecorator
net.minecraft.world.biome   
net.minecraftforge.event.terraingen   
 

Uses of BiomeDecorator in net.minecraft.world.biome
 

Subclasses of BiomeDecorator in net.minecraft.world.biome
 class BiomeEndDecorator
           
 

Fields in net.minecraft.world.biome declared as BiomeDecorator
 BiomeDecorator BiomeGenBase.theBiomeDecorator
          The biome decorator.
 

Methods in net.minecraft.world.biome that return BiomeDecorator
 BiomeDecorator BiomeGenBase.createBiomeDecorator()
          Allocate a new BiomeDecorator for this BiomeGenBase
 BiomeDecorator BiomeGenBase.getModdedBiomeDecorator(BiomeDecorator original)
           
 

Methods in net.minecraft.world.biome with parameters of type BiomeDecorator
 BiomeDecorator BiomeGenBase.getModdedBiomeDecorator(BiomeDecorator original)
           
 

Uses of BiomeDecorator in net.minecraftforge.event.terraingen
 

Fields in net.minecraftforge.event.terraingen declared as BiomeDecorator
 BiomeDecorator BiomeEvent.CreateDecorator.newBiomeDecorator
           
 BiomeDecorator BiomeEvent.CreateDecorator.originalBiomeDecorator
           
 

Constructors in net.minecraftforge.event.terraingen with parameters of type BiomeDecorator
BiomeEvent.CreateDecorator(BiomeGenBase biome, BiomeDecorator original)