net.minecraftforge.liquids
Interface ILiquid

All Known Subinterfaces:
IBlockLiquid

public interface ILiquid

Liquids implement this interface


Method Summary
 boolean isMetaSensitive()
          Is this liquid a metadata based liquid
 int stillLiquidId()
          The itemId of the liquid item
 int stillLiquidMeta()
          The item metadata of the liquid
 

Method Detail

stillLiquidId

int stillLiquidId()
The itemId of the liquid item

Returns:

isMetaSensitive

boolean isMetaSensitive()
Is this liquid a metadata based liquid

Returns:

stillLiquidMeta

int stillLiquidMeta()
The item metadata of the liquid

Returns: