public class Site extends AbstractObject
id
Constructor and Description |
---|
Site() |
Modifier and Type | Method and Description |
---|---|
int |
getCivId() |
int |
getCurOwnerId() |
String |
getDestroyed() |
List<Event> |
getEvents() |
String |
getFounded() |
static String |
getGlyph(String type) |
String |
getHistory() |
String |
getIcon() |
String |
getLink() |
String |
getName() |
Entity |
getOwner() |
List<Population> |
getPopulations() |
List<Structure> |
getStructures() |
String |
getType() |
String |
getURL() |
int |
getX() |
int |
getY() |
boolean |
isRuin() |
void |
setCivId(int civId) |
void |
setCurOwnerId(int curOwnerId) |
void |
setName(String name) |
void |
setOwner(Entity owner) |
void |
setRuin(boolean ruin) |
void |
setStructures(List<Structure> structures) |
void |
setType(String type) |
String |
toString() |
getId, setId
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public int getX()
public int getY()
public List<Population> getPopulations()
public int getCivId()
public void setCivId(int civId)
public int getCurOwnerId()
public void setCurOwnerId(int curOwnerId)
public Entity getOwner()
public void setOwner(Entity owner)
public boolean isRuin()
public void setRuin(boolean ruin)
public String getURL()
public String getIcon()
public String getLink()
public String getFounded()
public String getDestroyed()
public String getHistory()
Copyright © 2020. All rights reserved.