Package | Description |
---|---|
net.minecraftforge.event.terraingen |
Modifier and Type | Class and Description |
---|---|
static class |
OreGenEvent.GenerateMinable
GenerateMinable 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.type contains the enum value for the Ore attempting to be generated.OreGenEvent.GenerateMinable.generator contains the WorldGenerator generating this ore. |
static class |
OreGenEvent.Post
OreGenEvent.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.Pre
OreGenEvent.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. |