| 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.minecraftforge.liquids.LiquidContainerData
public class LiquidContainerData
| Field Summary | |
|---|---|
 ItemStack | 
container
 | 
 ItemStack | 
filled
 | 
 LiquidStack | 
movingLiquid
Deprecated.  | 
 LiquidStack | 
stillLiquid
 | 
| Constructor Summary | |
|---|---|
LiquidContainerData(int stillLiquidId,
                                       int movingLiquidId,
                                       Item filled)
Deprecated.  | 
|
LiquidContainerData(int stillLiquidId,
                                       int movingLiquidId,
                                       ItemStack filled)
Deprecated.  | 
|
LiquidContainerData(LiquidStack stillLiquid,
                                       ItemStack filled,
                                       ItemStack container)
 | 
|
LiquidContainerData(LiquidStack stillLiquid,
                                       LiquidStack movingLiquid,
                                       ItemStack filled,
                                       ItemStack container)
Deprecated.  | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public final LiquidStack stillLiquid
@Deprecated public LiquidStack movingLiquid
public final ItemStack filled
public final ItemStack container
| Constructor Detail | 
|---|
@Deprecated
public LiquidContainerData(int stillLiquidId,
                                      int movingLiquidId,
                                      Item filled)
@Deprecated
public LiquidContainerData(int stillLiquidId,
                                      int movingLiquidId,
                                      ItemStack filled)
public LiquidContainerData(LiquidStack stillLiquid,
                           ItemStack filled,
                           ItemStack container)
@Deprecated
public LiquidContainerData(LiquidStack stillLiquid,
                                      LiquidStack movingLiquid,
                                      ItemStack filled,
                                      ItemStack container)
  | 
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||