Add portal.setOwner() API

This commit is contained in:
Steven Scott
2012-09-16 16:30:25 -07:00
parent de7134f0a4
commit df12336c41
2 changed files with 5 additions and 0 deletions

View File

@ -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();