Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ initialize
Method
initialize
common/buildcraft/lib/misc/data/Box.java:82–85 ·
view source on GitHub ↗
(IBox box)
Source
from the content-addressed store, hash-verified
80
}
81
82
public
void
initialize(IBox box) {
83
reset();
84
extendToEncompassBoth(box.min(), box.max());
85
}
86
87
public
void
initialize(IAreaProvider a) {
88
reset();
Callers
5
BptBuilderBase
Method · 0.95
readFromNBT
Method · 0.45
renderMapLocation
Method · 0.45
readFromNBT
Method · 0.45
readFromNBT
Method · 0.45
Calls
6
reset
Method · 0.95
extendToEncompassBoth
Method · 0.95
readBlockPos
Method · 0.95
getTag
Method · 0.65
min
Method · 0.45
max
Method · 0.45
Tested by
no test coverage detected