MCPcopy 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

testMaxMethod · 0.95
testRotateLeftMethod · 0.95
testLeftRotTranslateMethod · 0.95
isValidFromLocationMethod · 0.95
expandMethod · 0.95
closestInsideToMethod · 0.95
drawBackgroundLayerMethod · 0.45
onPlacedByMethod · 0.45
getDebugInfoMethod · 0.45
getTargetMethod · 0.45
drawBackgroundLayerMethod · 0.45
renderTileEntityFastMethod · 0.45

Calls

no outgoing calls

Tested by 3

testMaxMethod · 0.76
testRotateLeftMethod · 0.76
testLeftRotTranslateMethod · 0.76