public interface MultiTank
IFluidHandler
interface.Modifier and Type | Method and Description |
---|---|
net.minecraftforge.fluids.IFluidTank |
getFluidTank(int index)
Get the installed fluid tank with the specified index.
|
int |
tankCount()
The number of tanks currently installed.
|
int tankCount()
net.minecraftforge.fluids.IFluidTank getFluidTank(int index)
index
- the index of the tank to get.