Add portal.setOwner() API
This commit is contained in:
@ -288,6 +288,10 @@ public class Portal {
|
||||
return owner;
|
||||
}
|
||||
|
||||
public void setOwner(String owner) {
|
||||
this.owner = owner;
|
||||
}
|
||||
|
||||
public Blox[] getEntrances() {
|
||||
if (entrances == null) {
|
||||
RelativeBlockVector[] space = gate.getEntrances();
|
||||
|
Reference in New Issue
Block a user