Add Region.getMinBuildAreaPoint
Add Region.getMaxBuildAreaPoint
Dieser Commit ist enthalten in:
Ursprung
387ef9d265
Commit
979ebb8ad0
@ -166,6 +166,14 @@ public class Region {
|
|||||||
return prototype.getMaxPoint(this);
|
return prototype.getMaxPoint(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public Point getMinBuildAreaPoint() {
|
||||||
|
return prototype.buildArea.getMinPoint(this);
|
||||||
|
}
|
||||||
|
|
||||||
|
public Point getMaxBuildAreaPoint() {
|
||||||
|
return prototype.buildArea.getMaxPoint(this);
|
||||||
|
}
|
||||||
|
|
||||||
public boolean inRegion(Location l) {
|
public boolean inRegion(Location l) {
|
||||||
return prototype.inRegion(this, l);
|
return prototype.inRegion(this, l);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren