geforkt von Mirrors/FastAsyncWorldEdit
Correct return type for CuboidRegion#getFaces() upstream compatibility (#1866)
Dieser Commit ist enthalten in:
Ursprung
902f153929
Commit
92518f71be
@ -190,7 +190,7 @@ public class CuboidRegion extends AbstractRegion implements FlatRegion {
|
||||
*
|
||||
* @return a new complex region
|
||||
*/
|
||||
public RegionIntersection getFaces() {
|
||||
public Region getFaces() {
|
||||
BlockVector3 min = getMinimumPoint();
|
||||
BlockVector3 max = getMaximumPoint();
|
||||
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren