| 
||||||||||
| 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.LiquidDrainingEvent
public static class LiquidEvent.LiquidDrainingEvent
Mods should fire this event when a liquid is ILiquidTank.drain(int, boolean) from their tank.
| 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.LiquidDrainingEvent(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.LiquidDrainingEvent(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 | |||||||||