idk, messing around with region filtering

This commit is contained in:
Jesse Boyd
2019-06-26 20:22:21 +10:00
parent 6bc5b4a823
commit de4dcc0dd5
20 changed files with 542 additions and 222 deletions

View File

@ -148,11 +148,6 @@ public class RequestSelection implements Region {
return getRegion().polygonize(maxPoints);
}
@Override
public Contains getChunkBounds(int X, int Z, MutableBlockVector3 min, MutableBlockVector3 max) {
return getRegion().getChunkBounds(X, Z, min, max);
}
@Override
public Iterator<BlockVector3> iterator() {
return getRegion().iterator();