|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.event.terraingen.OreGenEvent
public class OreGenEvent
| Nested Class Summary | |
|---|---|
static class |
OreGenEvent.GenerateMinable
This event is fired when an ore is generated in a chunk. |
static class |
OreGenEvent.Post
|
static class |
OreGenEvent.Pre
|
| Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
|---|
Event.HasResult, Event.Result |
| Field Summary | |
|---|---|
Random |
rand
|
World |
world
|
int |
worldX
|
int |
worldZ
|
| Constructor Summary | |
|---|---|
OreGenEvent(World world,
Random rand,
int worldX,
int worldZ)
|
|
| Method Summary |
|---|
| Methods inherited from class net.minecraftforge.event.Event |
|---|
getListenerList, getResult, hasResult, isCancelable, isCanceled, setCanceled, setResult |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final World world
public final Random rand
public final int worldX
public final int worldZ
| Constructor Detail |
|---|
public OreGenEvent(World world,
Random rand,
int worldX,
int worldZ)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||