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

Method toString

common/buildcraft/lib/misc/data/Box.java:192–195  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

190 }
191
192 @Override
193 public String toString() {
194 return "Box[min = " + min + ", max = " + max + "]";
195 }
196
197 public Box extendToEncompass(IBox toBeContained) {
198 if (toBeContained == null) {

Callers 4

formatStringImplMethod · 0.45
vec3ToDispStringMethod · 0.45
getTextFullTooltipMethod · 0.45
writeEntireBlockStateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected