| Package | Description | 
|---|---|
| net.minecraftforge.event.terraingen | 
| Modifier and Type | Class and Description | 
|---|---|
| static class  | OreGenEvent.GenerateMinableGenerateMinable is fired when a mineable block is generated in a chunk. This event is fired just after ore generation in BiomeDecorator.generateOres(World, Random).OreGenEvent.GenerateMinable.typecontains the enum value for the Ore attempting to be generated.OreGenEvent.GenerateMinable.generatorcontains the WorldGenerator generating this ore. | 
| static class  | OreGenEvent.PostOreGenEvent.Post is fired just after a chunk is populated with ores. This event is fired just after ore generation in BiomeDecorator.generateOres(World, Random).This event is not Cancelable.This event does not have a result. | 
| static class  | OreGenEvent.PreOreGenEvent.Pre is fired just before a chunk is populated with ores. This event is fired just before ore generation in BiomeDecorator.generateOres(World, Random).This event is not Cancelable.This event does not have a result. |