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