MCPcopy Create free account
hub / github.com/GregTech6/gregtech6 / fluid

Method fluid

src/main/java/gregapi/fluid/FluidTankGT.java:352–352  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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
354 public FluidStack make(int aAmount) {return FL.make(fluid(), aAmount);}
355

Callers 1

makeMethod · 0.95

Calls 1

getFluidMethod · 0.45

Tested by

no test coverage detected