Uses of Class
net.minecraftforge.event.terraingen.InitMapGenEvent.EventType

Packages that use InitMapGenEvent.EventType
net.minecraftforge.event.terraingen   
 

Uses of InitMapGenEvent.EventType in net.minecraftforge.event.terraingen
 

Fields in net.minecraftforge.event.terraingen declared as InitMapGenEvent.EventType
 InitMapGenEvent.EventType InitMapGenEvent.type
           
 

Methods in net.minecraftforge.event.terraingen that return InitMapGenEvent.EventType
static InitMapGenEvent.EventType InitMapGenEvent.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static InitMapGenEvent.EventType[] InitMapGenEvent.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 InitMapGenEvent.EventType
static MapGenBase TerrainGen.getModdedMapGen(MapGenBase original, InitMapGenEvent.EventType type)