Package | Description |
---|---|
net.minecraftforge.liquids |
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static void |
LiquidEvent.fireEvent(LiquidEvent event)
A handy shortcut for firing the various liquid events
|