net.minecraftforge.liquids
Class LiquidData

java.lang.Object
  extended by net.minecraftforge.liquids.LiquidData

public class LiquidData
extends Object


Field Summary
 ItemStack container
           
 ItemStack filled
           
 LiquidStack movingLiquid
           
 LiquidStack stillLiquid
           
 
Constructor Summary
LiquidData(int stillLiquidId, int movingLiquidId, Item filled)
           
LiquidData(int stillLiquidId, int movingLiquidId, ItemStack filled)
           
LiquidData(LiquidStack stillLiquid, ItemStack filled, ItemStack container)
           
LiquidData(LiquidStack stillLiquid, LiquidStack movingLiquid, ItemStack filled, ItemStack container)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

stillLiquid

public final LiquidStack stillLiquid

movingLiquid

public final LiquidStack movingLiquid

filled

public final ItemStack filled

container

public final ItemStack container
Constructor Detail

LiquidData

public LiquidData(int stillLiquidId,
                  int movingLiquidId,
                  Item filled)

LiquidData

public LiquidData(int stillLiquidId,
                  int movingLiquidId,
                  ItemStack filled)

LiquidData

public LiquidData(LiquidStack stillLiquid,
                  ItemStack filled,
                  ItemStack container)

LiquidData

public LiquidData(LiquidStack stillLiquid,
                  LiquidStack movingLiquid,
                  ItemStack filled,
                  ItemStack container)