Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BuildCraft/BuildCraft
/ Box
Method
Box
common/buildcraft/lib/misc/data/Box.java:42–44 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
40
private
BlockPos min, max;
41
42
public
Box() {
43
reset();
44
}
45
46
public
Box(BlockPos min, BlockPos max) {
47
this();
Callers
nothing calls this directly
Calls
4
reset
Method · 0.95
min
Method · 0.95
max
Method · 0.95
getPos
Method · 0.45
Tested by
no test coverage detected