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

Method hashCode

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

Source from the content-addressed store, hash-verified

270 }
271
272 @Override
273 public int hashCode() {
274 return Objects.hashCode(min, max);
275 }
276}

Callers 5

TileAssemblyTableClass · 0.45
energyReceivedMethod · 0.45
finishMethod · 0.45
mineMethod · 0.45
onRemoveMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected