net.minecraftforge.liquids
Class LiquidContainerData

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

public class LiquidContainerData
extends Object


Field Summary
 ItemStack container
           
 ItemStack filled
           
 LiquidStack stillLiquid
           
 
Constructor Summary
LiquidContainerData(LiquidStack stillLiquid, 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

filled

public final ItemStack filled

container

public final ItemStack container
Constructor Detail

LiquidContainerData

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