Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/VolmitSoftware/Adapt
/ flatten
Method
flatten
src/main/java/com/volmit/adapt/util/Cuboid.java:171–173 ·
view source on GitHub ↗
(int level)
Source
from the content-addressed store, hash-verified
169
}
170
171
public
Cuboid flatten(
int
level) {
172
return
new
Cuboid(getWorld(), x1, level, z1, x2, level, z2);
173
}
174
175
/**
176
* Get the Location of the lower northeast corner of the Cuboid (minimum XYZ
Callers
nothing calls this directly
Calls
1
getWorld
Method · 0.95
Tested by
no test coverage detected