()
| 360 | @Override public int getFluidAmount() {return UT.Code.bindInt(mAmount);} |
| 361 | @Override public int getCapacity() {return UT.Code.bindInt(capacity());} |
| 362 | @Override public FluidTankInfo getInfo() {return new FluidTankInfo(isEmpty() ? null : mFluid.copy(), UT.Code.bindInt(capacity()));} |
| 363 | } |
no test coverage detected