| Package | Description |
|---|---|
| net.minecraftforge.liquids |
| Modifier and Type | Class and Description |
|---|---|
class |
LiquidTank
Reference implementation of ILiquidTank.
|
| 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)
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) |
| 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) |