@Gw2ApiVersion(value="v1") public class FloorMap extends Object
Constructor and Description |
---|
FloorMap() |
Modifier and Type | Method and Description |
---|---|
MapRectangle |
getContinentRectangle()
A pair of coordinates defining the size of the map within the gam
coordinate system.
|
int |
getDefaultFloor()
The default
Floor for the map. |
MapRectangle |
getMapRectangle()
A pair of coordinates defining the size of the map.
|
int |
getMaxLevel()
The maximum target character level for the map.
|
int |
getMinLevel()
The minimum target character level for the map.
|
String |
getName()
The in-game name of the map.
|
ArrayList<PointOfInterest> |
getPointsOfInterest()
A list of all the
PointOfInterest
in the map. |
ArrayList<Sector> |
getSectors()
A list of sub-areas in the map.
|
ArrayList<SkillChallenge> |
getSkillChallenges()
A list of
SkillChallenge s
available in the map. |
ArrayList<Task> |
getTasks()
A list of the "Heart Renown" quests in the map.
|
void |
setContinentRectangle(MapRectangle continentRectangle) |
void |
setDefaultFloor(int defaultFloor) |
void |
setMapRectangle(MapRectangle mapRectangle) |
void |
setMaxLevel(int maxLevel) |
void |
setMinLevel(int minLevel) |
void |
setName(String name) |
void |
setPointsOfInterest(ArrayList<PointOfInterest> pointsOfInterest) |
void |
setSectors(ArrayList<Sector> sectors) |
void |
setSkillChallenges(ArrayList<SkillChallenge> skillChallenges) |
void |
setTasks(ArrayList<Task> tasks) |
public String getName()
public void setName(String name)
public int getMinLevel()
public void setMinLevel(int minLevel)
public int getMaxLevel()
public void setMaxLevel(int maxLevel)
public int getDefaultFloor()
Floor
for the map.public void setDefaultFloor(int defaultFloor)
public MapRectangle getMapRectangle()
MapRectangle
.public void setMapRectangle(MapRectangle mapRectangle)
public MapRectangle getContinentRectangle()
MapRectangle
.public void setContinentRectangle(MapRectangle continentRectangle)
public ArrayList<PointOfInterest> getPointsOfInterest()
PointOfInterest
in the map.ArrayList
of
PointOfInterest
.public void setPointsOfInterest(ArrayList<PointOfInterest> pointsOfInterest)
public ArrayList<SkillChallenge> getSkillChallenges()
SkillChallenge
s
available in the map.ArrayList
of
SkillChallenge
s.public void setSkillChallenges(ArrayList<SkillChallenge> skillChallenges)
Copyright © 2014. All Rights Reserved.