mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2025-07-04 12:06:41 +00:00
wip remove faweclipboard
This commit is contained in:
@ -60,6 +60,10 @@ public interface Region extends Iterable<BlockVector3>, Cloneable, IBatchProcess
|
||||
*/
|
||||
BlockVector3 getMaximumPoint();
|
||||
|
||||
default BlockVector3 getDimensions() {
|
||||
return getMaximumPoint().subtract(getMinimumPoint()).add(1, 1, 1);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the center point of a region.
|
||||
* Note: Coordinates will not be integers
|
||||
|
Reference in New Issue
Block a user