Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
Box
Method · 0.95
initialize
Method · 0.95
onPlacedBy
Method · 0.45
renderMapLocation
Method · 0.45
renderEditingBox
Method · 0.45
createBox
Method · 0.45
newVolumeCacheStuff_onItemRightClick
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected