| Interface | Description |
|---|---|
| IBlockLiquid | Deprecated |
| ILiquid | Deprecated |
| ILiquidTank | Deprecated |
| ITankContainer | Deprecated |
| Class | Description |
|---|---|
| LiquidContainerData | Deprecated |
| LiquidContainerRegistry | Deprecated |
| LiquidDictionary | Deprecated |
| LiquidDictionary.LiquidRegisterEvent |
Fired when a new liquid is created
|
| LiquidEvent | Deprecated |
| LiquidEvent.LiquidDrainingEvent |
Mods should fire this event when a liquid is
ILiquidTank.drain(int, boolean) from their tank. |
| LiquidEvent.LiquidFillingEvent |
Mods should fire this event when a liquid is
ILiquidTank.fill(LiquidStack, boolean) their tank implementation. |
| LiquidEvent.LiquidMotionEvent |
Mods should fire this event when they move liquids around (pipe networks etc)
|
| LiquidEvent.LiquidSpilledEvent |
Mods should fire this event when a liquid "spills", for example, if a block containing liquid is broken.
|
| LiquidStack | Deprecated |
| LiquidTank | Deprecated |
| Enum | Description |
|---|---|
| IBlockLiquid.BlockType |
Controls the type of block that is generated by this IBlockLiquid
|