|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraftforge.event.Event
net.minecraftforge.liquids.LiquidEvent
net.minecraftforge.liquids.LiquidEvent.LiquidMotionEvent
public static class LiquidEvent.LiquidMotionEvent
Mods should fire this event when they move liquids around (pipe networks etc)
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class net.minecraftforge.liquids.LiquidEvent |
|---|
LiquidEvent.LiquidDrainingEvent, LiquidEvent.LiquidFillingEvent, LiquidEvent.LiquidMotionEvent, LiquidEvent.LiquidSpilledEvent |
| Nested classes/interfaces inherited from class net.minecraftforge.event.Event |
|---|
Event.HasResult, Event.Result |
| Field Summary |
|---|
| Fields inherited from class net.minecraftforge.liquids.LiquidEvent |
|---|
liquid, world, x, y, z |
| Constructor Summary | |
|---|---|
LiquidEvent.LiquidMotionEvent(LiquidStack liquid,
World world,
int x,
int y,
int z)
|
|
| Method Summary |
|---|
| Methods inherited from class net.minecraftforge.liquids.LiquidEvent |
|---|
fireEvent |
| 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 |
| Constructor Detail |
|---|
public LiquidEvent.LiquidMotionEvent(LiquidStack liquid,
World world,
int x,
int y,
int z)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||