YATS/Forge Documentation
 All Classes Namespaces Files Functions Variables Enumerator Pages
net.minecraftforge.liquids.ILiquid Interface Reference
Inheritance diagram for net.minecraftforge.liquids.ILiquid:
net.minecraftforge.liquids.IBlockLiquid

Public Member Functions

int stillLiquidId ()
 
boolean isMetaSensitive ()
 
int stillLiquidMeta ()
 

Detailed Description

Liquids implement this interface

Member Function Documentation

boolean net.minecraftforge.liquids.ILiquid.isMetaSensitive ( )

Is this liquid a metadata based liquid

Returns
if this is a metadata liquid
int net.minecraftforge.liquids.ILiquid.stillLiquidId ( )

The itemId of the liquid item

Returns
the itemId
int net.minecraftforge.liquids.ILiquid.stillLiquidMeta ( )

The item metadata of the liquid

Returns
the metadata of the liquid

The documentation for this interface was generated from the following file: