Package | Description |
---|---|
net.minecraftforge.liquids |
Modifier and Type | Class and Description |
---|---|
class |
LiquidTank
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
ILiquidTank |
LiquidEvent.LiquidFillingEvent.tank |
ILiquidTank |
LiquidEvent.LiquidDrainingEvent.tank |
Modifier and Type | Method and Description |
---|---|
ILiquidTank |
ITankContainer.getTank(ForgeDirection direction,
LiquidStack type)
Deprecated.
Return the tank that this tank container desired to be used for the specified liquid type from the specified direction
|
ILiquidTank[] |
ITankContainer.getTanks(ForgeDirection direction)
Deprecated.
|
Constructor and Description |
---|
LiquidEvent.LiquidDrainingEvent(LiquidStack liquid,
World world,
int x,
int y,
int z,
ILiquidTank tank) |
LiquidEvent.LiquidFillingEvent(LiquidStack liquid,
World world,
int x,
int y,
int z,
ILiquidTank tank) |