@Deprecated public interface ILiquidTank
Modifier and Type | Method and Description |
---|---|
LiquidStack |
drain(int maxDrain,
boolean doDrain)
Deprecated.
|
int |
fill(LiquidStack resource,
boolean doFill)
Deprecated.
|
int |
getCapacity()
Deprecated.
|
LiquidStack |
getLiquid()
Deprecated.
|
int |
getTankPressure()
Deprecated.
Positive values indicate a positive liquid pressure (liquid wants to leave this tank)
Negative values indicate a negative liquid pressure (liquid wants to fill this tank)
Zero indicates no pressure
|
LiquidStack getLiquid()
int getCapacity()
int fill(LiquidStack resource, boolean doFill)
resource
- doFill
- LiquidStack drain(int maxDrain, boolean doDrain)
maxDrain
- doDrain
- int getTankPressure()