Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ setMax
Method
setMax
common/buildcraft/lib/misc/data/Box.java:76–80 ·
view source on GitHub ↗
(BlockPos max)
Source
from the content-addressed store, hash-verified
74
}
75
76
public
void
setMax(BlockPos max) {
77
if
(max == null)
return
;
78
this.min = VecUtil.min(min, max);
79
this.max = max;
80
}
81
82
public
void
initialize(IBox box) {
83
reset();
Callers
4
expand
Method · 0.95
extendToEncompass
Method · 0.95
onPlacedBy
Method · 0.45
onPlacedBy
Method · 0.45
Calls
1
min
Method · 0.95
Tested by
no test coverage detected