()
| 348 | public String content() {return content("Empty");} |
| 349 | public String content(String aEmptyMessage) {return mFluid == null ? aEmptyMessage : UT.Code.makeString(amount()) + " L of " + name(T) + " (" + (FL.gas(mFluid) ? "Gaseous" : "Liquid") + ")";} |
| 350 | public String contentcap() {return mFluid == null ? "Capacity: " + UT.Code.makeString(mCapacity) + " L" : UT.Code.makeString(amount()) + " L of " + name(T) + " (" + (FL.gas(mFluid) ? "Gaseous" : "Liquid") + "); Max: "+UT.Code.makeString(capacity())+" L)";} |
| 351 | |
| 352 | public Fluid fluid() {return mFluid == null ? null : mFluid.getFluid();} |
| 353 |
no test coverage detected