MCPcopy Create free account
hub / github.com/BuildCraft/BuildCraft / getDebugString

Method getDebugString

common/buildcraft/lib/fluids/Tank.java:215–217  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

213 }
214
215 public String getDebugString() {
216 return getFluidAmount() + " / " + capacity + " MB of " + (getFluid() != null ? getFluid().getFluid().getName() : "n/a");
217 }
218}

Callers 7

getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80
getDebugInfoMethod · 0.80

Calls 2

getFluidMethod · 0.45
getNameMethod · 0.45

Tested by

no test coverage detected