mirror of
https://github.com/plexusorg/Plex-FAWE.git
synced 2024-12-23 01:37:37 +00:00
Correct return type for CuboidRegion#getFaces() upstream compatibility (#1866)
This commit is contained in:
parent
902f153929
commit
92518f71be
@ -190,7 +190,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
|||||||
*
|
*
|
||||||
* @return a new complex region
|
* @return a new complex region
|
||||||
*/
|
*/
|
||||||
public RegionIntersection getFaces() {
|
public Region getFaces() {
|
||||||
BlockVector3 min = getMinimumPoint();
|
BlockVector3 min = getMinimumPoint();
|
||||||
BlockVector3 max = getMaximumPoint();
|
BlockVector3 max = getMaximumPoint();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user