Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ max
Method
max
common/buildcraft/lib/misc/data/Box.java:167–170 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
165
}
166
167
@Override
168
public
BlockPos max() {
169
return
max;
170
}
171
172
public
BlockPos size() {
173
if
(!isInitialized())
return
BlockPos.ORIGIN;
Callers
15
testMax
Method · 0.95
testRotateLeft
Method · 0.95
testLeftRotTranslate
Method · 0.95
isValidFromLocation
Method · 0.95
expand
Method · 0.95
closestInsideTo
Method · 0.95
drawBackgroundLayer
Method · 0.45
onPlacedBy
Method · 0.45
getDebugInfo
Method · 0.45
getTarget
Method · 0.45
drawBackgroundLayer
Method · 0.45
renderTileEntityFast
Method · 0.45
Calls
no outgoing calls
Tested by
3
testMax
Method · 0.76
testRotateLeft
Method · 0.76
testLeftRotTranslate
Method · 0.76