| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LiquidEvent | |
|---|---|
| net.minecraftforge.liquids | |
| Uses of LiquidEvent in net.minecraftforge.liquids | 
|---|
| Subclasses of LiquidEvent in net.minecraftforge.liquids | |
|---|---|
static class | 
LiquidEvent.LiquidDrainingEvent
Mods should fire this event when a liquid is ILiquidTank.drain(int, boolean) from their tank. | 
static class | 
LiquidEvent.LiquidFillingEvent
Mods should fire this event when a liquid is ILiquidTank.fill(LiquidStack, boolean) their tank implementation. | 
static class | 
LiquidEvent.LiquidMotionEvent
Mods should fire this event when they move liquids around (pipe networks etc)  | 
static class | 
LiquidEvent.LiquidSpilledEvent
Mods should fire this event when a liquid "spills", for example, if a block containing liquid is broken.  | 
| Methods in net.minecraftforge.liquids with parameters of type LiquidEvent | |
|---|---|
static void | 
LiquidEvent.fireEvent(LiquidEvent event)
A handy shortcut for firing the various liquid events  | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||