Uses of Class
net.minecraftforge.event.terraingen.DecorateBiomeEvent.Decorate.EventType

Packages that use DecorateBiomeEvent.Decorate.EventType
net.minecraftforge.event.terraingen   
 

Uses of DecorateBiomeEvent.Decorate.EventType in net.minecraftforge.event.terraingen
 

Fields in net.minecraftforge.event.terraingen declared as DecorateBiomeEvent.Decorate.EventType
 DecorateBiomeEvent.Decorate.EventType DecorateBiomeEvent.Decorate.type
           
 

Methods in net.minecraftforge.event.terraingen that return DecorateBiomeEvent.Decorate.EventType
static DecorateBiomeEvent.Decorate.EventType DecorateBiomeEvent.Decorate.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DecorateBiomeEvent.Decorate.EventType[] DecorateBiomeEvent.Decorate.EventType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.minecraftforge.event.terraingen with parameters of type DecorateBiomeEvent.Decorate.EventType
static boolean TerrainGen.decorate(World world, Random rand, int chunkX, int chunkZ, DecorateBiomeEvent.Decorate.EventType type)
           
 

Constructors in net.minecraftforge.event.terraingen with parameters of type DecorateBiomeEvent.Decorate.EventType
DecorateBiomeEvent.Decorate(World world, Random rand, int worldX, int worldZ, DecorateBiomeEvent.Decorate.EventType type)