()
| 359 | @Override public FluidStack getFluid() {if (mFluid != null) mFluid.amount = UT.Code.bindInt(mAmount); return mFluid;} |
| 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