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

Method toString

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

Source from the content-addressed store, hash-verified

158 }
159
160 @Override
161 public String toString() {
162 return "Tank [" + getContentsString() + "]";
163 }
164
165 public String getContentsString() {
166 FluidStack fluidStack = getFluid();

Callers 13

getDebugInfoMethod · 0.45
executeMethod · 0.45
getDebugInfoMethod · 0.45
fmlPostInitMethod · 0.45
getFluidColorMethod · 0.45
buildRotatedMethod · 0.45
getByteArrayStringMethod · 0.45
BCItemsClass · 0.45
serializeNBTMethod · 0.45
serializeActionMethod · 0.45
SchematicEntityMethod · 0.45

Calls 1

getContentsStringMethod · 0.95

Tested by 1

executeMethod · 0.36