public class WorldConstruction extends AbstractObject
id
Constructor and Description |
---|
WorldConstruction() |
Modifier and Type | Method and Description |
---|---|
String |
getColor() |
List<Coords> |
getCoords() |
static String |
getGlyph(String type) |
String |
getIcon() |
String |
getLink() |
WorldConstruction |
getMaster() |
String |
getName() |
List<WorldConstruction> |
getParts() |
List<Site> |
getSites() |
String |
getType() |
String |
getURL() |
void |
setMaster(WorldConstruction master) |
void |
setName(String name) |
void |
setType(String type) |
getId, setId
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public List<WorldConstruction> getParts()
public WorldConstruction getMaster()
public void setMaster(WorldConstruction master)
public String getColor()
public String getURL()
public String getIcon()
public String getLink()
Copyright © 2019. All rights reserved.