wip remove faweclipboard

This commit is contained in:
Jesse Boyd
2019-10-31 04:04:15 +01:00
parent e1b9b9e3e8
commit 0296d566ed
21 changed files with 844 additions and 787 deletions

View File

@ -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