|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ILiquidTank | |
---|---|
net.minecraftforge.liquids |
Uses of ILiquidTank in net.minecraftforge.liquids |
---|
Classes in net.minecraftforge.liquids that implement ILiquidTank | |
---|---|
class |
LiquidTank
Reference implementation of ILiquidTank. |
Fields in net.minecraftforge.liquids declared as ILiquidTank | |
---|---|
ILiquidTank |
LiquidEvent.LiquidFillingEvent.tank
|
ILiquidTank |
LiquidEvent.LiquidDrainingEvent.tank
|
Methods in net.minecraftforge.liquids that return ILiquidTank | |
---|---|
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)
|
Constructors in net.minecraftforge.liquids with parameters of type ILiquidTank | |
---|---|
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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |