@Gw2ApiVersion(value="v1") public class Map extends Object
Modifier and Type | Method and Description |
---|---|
int |
getContinentId()
An identifier for the
Continent
which the map is a part of. |
String |
getContinentName()
The in-game name of the
Continent
which the map is a part of. |
MapRectangle |
getContinentRect()
The dimensions of the map according to the game coordinate system.
|
int |
getDefaultFloor()
The default
Floor for this map. |
ArrayList<Integer> |
getFloors()
A list of identifiers that detail the
Floor s available on the map. |
int |
getMapId()
Retrieve the numeric identifier for the map.
|
String |
getMapName()
The in-game name of the map.
|
MapRectangle |
getMapRect()
The dimensions of the map.
|
int |
getMaxLevel()
The maximum target character level for the map.
|
int |
getMinLevel()
The minimum target character level for the map.
|
int |
getRegionId()
An identifier for the
Region in
which the map is located. |
String |
getRegionName()
The in-game name of the
Region in
which the map is location. |
void |
setContinentId(int continentId) |
void |
setContinentName(String continentName) |
void |
setContinentRect(MapRectangle continentRect) |
void |
setDefaultFloor(int defaultFloor) |
void |
setFloors(ArrayList<Integer> floors) |
void |
setMapId(int mapId) |
void |
setMapName(String mapName) |
void |
setMapRect(MapRectangle mapRect) |
void |
setMaxLevel(int maxLevel) |
void |
setMinLevel(int minLevel) |
void |
setRegionId(int regionId) |
void |
setRegionName(String regionName) |
public int getMapId()
public void setMapId(int mapId)
public String getMapName()
public void setMapName(String mapName)
public int getMinLevel()
public void setMinLevel(int minLevel)
public int getMaxLevel()
public void setMaxLevel(int maxLevel)
public int getDefaultFloor()
Floor
for this map.public void setDefaultFloor(int defaultFloor)
public ArrayList<Integer> getFloors()
Floor
s available on the map.public int getRegionId()
Region
in
which the map is located.public void setRegionId(int regionId)
public String getRegionName()
Region
in
which the map is location. For exmaple, "Kryta".public void setRegionName(String regionName)
public int getContinentId()
Continent
which the map is a part of.public void setContinentId(int continentId)
public String getContinentName()
Continent
which the map is a part of. For example, "Tyria".public void setContinentName(String continentName)
public MapRectangle getMapRect()
MapRectangle
.public void setMapRect(MapRectangle mapRect)
public MapRectangle getContinentRect()
MapRectangle
.public void setContinentRect(MapRectangle continentRect)
Copyright © 2014. All Rights Reserved.