Uses of Class
net.minecraftforge.liquids.IBlockLiquid.BlockType

Packages that use IBlockLiquid.BlockType
net.minecraftforge.liquids   
 

Uses of IBlockLiquid.BlockType in net.minecraftforge.liquids
 

Methods in net.minecraftforge.liquids that return IBlockLiquid.BlockType
static IBlockLiquid.BlockType IBlockLiquid.BlockType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static IBlockLiquid.BlockType[] IBlockLiquid.BlockType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.