@Gw2ApiVersion(value="v1") public class RedHomeMap extends Object implements WvwMap
Modifier and Type | Field and Description |
---|---|
protected ArrayList<Bonus> |
bonuses |
protected ArrayList<Objective> |
objectives |
protected MatchScores |
scores |
protected String |
type |
Constructor and Description |
---|
RedHomeMap() |
Modifier and Type | Method and Description |
---|---|
ArrayList<Bonus> |
getBonuses()
A list of bonuses being granted on this map.
|
ArrayList<Objective> |
getObjectives()
A list of
Objective s, and their
statuses, for this specific map. |
MatchScores |
getScores()
The scores for each team on this specific map.
|
String |
getType()
The type of WvW map.
|
void |
setBonuses(ArrayList<Bonus> bonuses) |
void |
setObjectives(ArrayList<Objective> objectives) |
void |
setScores(MatchScores scores) |
protected String type
protected MatchScores scores
public String getType()
The type of WvW map. Can be any of following:
public MatchScores getScores()
getScores
in interface WvwMap
MatchScores
.public void setScores(MatchScores scores)
public ArrayList<Objective> getObjectives()
Objective
s, and their
statuses, for this specific map.getObjectives
in interface WvwMap
Objective
instances.public ArrayList<Bonus> getBonuses()
getBonuses
in interface WvwMap
Bonus
instances or
an empty array if no bonuses are being granted.Copyright © 2014. All Rights Reserved.