Mirror von
https://github.com/IntellectualSites/FastAsyncWorldEdit.git
synchronisiert 2024-11-03 01:50:07 +01:00
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
|
* @return a new complex region
|
||||||
*/
|
*/
|
||||||
public RegionIntersection getFaces() {
|
public Region getFaces() {
|
||||||
BlockVector3 min = getMinimumPoint();
|
BlockVector3 min = getMinimumPoint();
|
||||||
BlockVector3 max = getMaximumPoint();
|
BlockVector3 max = getMaximumPoint();
|
||||||
|
|
||||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren