geforkt von Mirrors/FastAsyncWorldEdit
Added to toString() method to CuboidRegion.
Dieser Commit ist enthalten in:
Ursprung
2c155c241b
Commit
6f79df8398
@ -342,4 +342,14 @@ public class CuboidRegion implements Region {
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns string representation "( (x, y, z) - (x, y, z) )".
|
||||
*
|
||||
* @return string
|
||||
*/
|
||||
@Override
|
||||
public String toString() {
|
||||
return "( "+getMinimumPoint()+" - "+getMaximumPoint()+" )";
|
||||
}
|
||||
}
|
||||
|
Laden…
In neuem Issue referenzieren
Einen Benutzer sperren