Uses of Class
net.minecraft.src.BiomeDecorator

Packages that use BiomeDecorator
net.minecraft.src   
net.minecraftforge.event.terraingen   
 

Uses of BiomeDecorator in net.minecraft.src
 

Subclasses of BiomeDecorator in net.minecraft.src
 class BiomeEndDecorator
           
 

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

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

Methods in net.minecraft.src 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)