@Gw2ApiVersion(value="v1") public class Sector extends Object
FloorMap
.Constructor and Description |
---|
Sector() |
Modifier and Type | Method and Description |
---|---|
MapCoordinate |
getCoordinate()
A coordinate that designates where this sector is located.
|
String |
getLevel()
The in-game character level for this sector.
|
String |
getName()
The in-game name of the sector.
|
int |
getSectorId()
The unique identifier for the sector.
|
void |
setCoordinate(MapCoordinate coordinate) |
void |
setLevel(String level) |
void |
setName(String name) |
void |
setSectorId(int sectorId) |
public int getSectorId()
public void setSectorId(int sectorId)
public String getName()
public void setName(String name)
public String getLevel()
public void setLevel(String level)
public MapCoordinate getCoordinate()
MapCoordinate
.public void setCoordinate(MapCoordinate coordinate)
Copyright © 2014. All Rights Reserved.