mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-12 04:48:34 +00:00
idk, messing around with region filtering
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user