|
||||||||||
| 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.LiquidFillingEvent
public static class LiquidEvent.LiquidFillingEvent
Mods should fire this event when a liquid is ILiquidTank.fill(LiquidStack, boolean) their tank implementation.
LiquidTank does.
| 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 | |
|---|---|
ILiquidTank |
tank
|
| Fields inherited from class net.minecraftforge.liquids.LiquidEvent |
|---|
liquid, world, x, y, z |
| Constructor Summary | |
|---|---|
LiquidEvent.LiquidFillingEvent(LiquidStack liquid,
World world,
int x,
int y,
int z,
ILiquidTank tank)
|
|
| 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 |
| Field Detail |
|---|
public final ILiquidTank tank
| Constructor Detail |
|---|
public LiquidEvent.LiquidFillingEvent(LiquidStack liquid,
World world,
int x,
int y,
int z,
ILiquidTank tank)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||