@ParametersAreNonnullByDefault
@MethodsReturnNonnullByDefault
public class CubicOreGenEvent
extends net.minecraftforge.fml.common.eventhandler.Event
| Modifier and Type | Class and Description |
|---|---|
static class |
CubicOreGenEvent.GenerateMinable
This event is fired on the
MinecraftForge.ORE_GEN_BUS. |
static class |
CubicOreGenEvent.Post
This event is fired on the
MinecraftForge.ORE_GEN_BUS. |
static class |
CubicOreGenEvent.Pre
This event is fired on the
MinecraftForge.ORE_GEN_BUS. |
| Constructor and Description |
|---|
CubicOreGenEvent(net.minecraft.world.World world,
java.util.Random rand,
CubePos pos) |
| Modifier and Type | Method and Description |
|---|---|
CubePos |
getPos() |
java.util.Random |
getRand() |
net.minecraft.world.World |
getWorld() |