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

Method reset

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

Source from the content-addressed store, hash-verified

54 }
55
56 public void reset() {
57 min = null;
58 max = null;
59 }
60
61 public boolean isInitialized() {
62 return min != null && max != null;

Callers 7

BoxMethod · 0.95
initializeMethod · 0.95
onPlacedByMethod · 0.45
renderMapLocationMethod · 0.45
renderEditingBoxMethod · 0.45
createBoxMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected