Package net.minecraftforge.liquids

Interface Summary
IBlockLiquid Implementors of this interface are a liquid which may receive a block implementation and can be placed in the world.
ILiquid Liquids implement this interface
ILiquidTank A tank is the unit of interaction with liquid inventories.
ITankContainer  
 

Class Summary
LiquidContainerData  
LiquidContainerRegistry  
LiquidDictionary When creating liquids you should register them with this class.
LiquidDictionary.LiquidRegisterEvent Fired when a new liquid is created
LiquidStack ItemStack substitute for liquids
LiquidTank Reference implementation of ILiquidTank.
 

Enum Summary
IBlockLiquid.BlockType Controls the type of block that is generated by this IBlockLiquid