public static class CubicOreGenEvent.GenerateMinable extends CubicOreGenEvent
MinecraftForge.ORE_GEN_BUS.CubicOreGenEvent.GenerateMinable, CubicOreGenEvent.Post, CubicOreGenEvent.Pre| Constructor and Description |
|---|
GenerateMinable(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.world.gen.feature.WorldGenerator generator,
CubePos pos,
net.minecraft.block.state.IBlockState type) |
| Modifier and Type | Method and Description |
|---|---|
net.minecraft.world.gen.feature.WorldGenerator |
getGenerator() |
net.minecraft.block.state.IBlockState |
getType() |
getPos, getRand, getWorldpublic GenerateMinable(net.minecraft.world.World world,
java.util.Random rand,
net.minecraft.world.gen.feature.WorldGenerator generator,
CubePos pos,
net.minecraft.block.state.IBlockState type)