Uses of Class
net.minecraftforge.event.terraingen.PopulateChunkEvent.Populate.EventType

Packages that use PopulateChunkEvent.Populate.EventType
net.minecraftforge.event.terraingen   
 

Uses of PopulateChunkEvent.Populate.EventType in net.minecraftforge.event.terraingen
 

Fields in net.minecraftforge.event.terraingen declared as PopulateChunkEvent.Populate.EventType
 PopulateChunkEvent.Populate.EventType PopulateChunkEvent.Populate.type
           
 

Methods in net.minecraftforge.event.terraingen that return PopulateChunkEvent.Populate.EventType
static PopulateChunkEvent.Populate.EventType PopulateChunkEvent.Populate.EventType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PopulateChunkEvent.Populate.EventType[] PopulateChunkEvent.Populate.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 PopulateChunkEvent.Populate.EventType
static boolean TerrainGen.populate(IChunkProvider chunkProvider, World world, Random rand, int chunkX, int chunkZ, boolean hasVillageGenerated, PopulateChunkEvent.Populate.EventType type)
           
 

Constructors in net.minecraftforge.event.terraingen with parameters of type PopulateChunkEvent.Populate.EventType
PopulateChunkEvent.Populate(IChunkProvider chunkProvider, World world, Random rand, int chunkX, int chunkZ, boolean hasVillageGenerated, PopulateChunkEvent.Populate.EventType type)