public class OreGenEvent extends Event
| Modifier and Type | Class and Description |
|---|---|
static class |
OreGenEvent.GenerateMinable
This event is fired when an ore is generated in a chunk.
|
static class |
OreGenEvent.Post |
static class |
OreGenEvent.Pre |
Event.HasResult, Event.Result| Modifier and Type | Field and Description |
|---|---|
java.util.Random |
rand |
World |
world |
int |
worldX |
int |
worldZ |
| Constructor and Description |
|---|
OreGenEvent(World world,
java.util.Random rand,
int worldX,
int worldZ) |
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult, setup