| Package | Description | 
|---|---|
| net.minecraftforge.liquids | 
| Class and Description | 
|---|
| IBlockLiquid.BlockType
 Controls the type of block that is generated by this IBlockLiquid 
 | 
| ILiquid
 Liquids implement this interface 
 | 
| ILiquidTank
 A tank is the unit of interaction with liquid inventories. 
 | 
| LiquidContainerData | 
| LiquidEvent | 
| LiquidStack
 ItemStack substitute for liquids
 Things of note: they are equal if their items are equal. 
 | 
| LiquidTank
 Reference implementation of ILiquidTank. 
 |