A B C D E F G I L M O P R S T U W 

A

add(Integer) - Method in class com.jrfom.gw2.api.model.colors.RGB
This method is intended to only be used during deserialization.
add(Integer) - Method in class com.jrfom.gw2.api.model.Dimension
To be used during deserialization.
add(Number) - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
To be used during deserialization.
add(MapCoordinate) - Method in class com.jrfom.gw2.api.model.geography.MapRectangle
To be used during deserialization.
addAll(Collection<? extends Integer>) - Method in class com.jrfom.gw2.api.model.colors.RGB
This method is meant to be used during initialization.
addAll(Collection<? extends Integer>) - Method in class com.jrfom.gw2.api.model.Dimension
 
addAll(Collection<? extends Number>) - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
 
addAll(Collection<? extends MapCoordinate>) - Method in class com.jrfom.gw2.api.model.geography.MapRectangle
 
addCopper(int) - Method in class com.jrfom.gw2.api.model.Coins
Increase the instance's value by the specified number of in-game copper.
addGold(int) - Method in class com.jrfom.gw2.api.model.Coins
Increase the instance's value by the specified number of in-game gold.
addSilver(int) - Method in class com.jrfom.gw2.api.model.Coins
Increase the instance's value by the specified number of in-game silver.
ApiClient - Class in com.jrfom.gw2
Provides a simple interface for interacting with the public Guild Wars 2 API.
ApiClient() - Constructor for class com.jrfom.gw2.ApiClient
 
ArmorItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a piece of armor.
ArmorItem() - Constructor for class com.jrfom.gw2.api.model.items.ArmorItem
 
ArmorItemProperties - Class in com.jrfom.gw2.api.model.items
Represents the properties that are specific to an in-game armor item.
ArmorItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.ArmorItemProperties
 

B

BagItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a bag.
BagItem() - Constructor for class com.jrfom.gw2.api.model.items.BagItem
 
BagItemProperties - Class in com.jrfom.gw2.api.model.items
Represents item properties specific to BagItems.
BagItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.BagItemProperties
 
BloodlustBonus - Class in com.jrfom.gw2.api.model.wvw
Represents the Borderlands Bloodlust bonus for World vs World.
BloodlustBonus() - Constructor for class com.jrfom.gw2.api.model.wvw.BloodlustBonus
 
BlueHomeMap - Class in com.jrfom.gw2.api.model.wvw
BlueHomeMap() - Constructor for class com.jrfom.gw2.api.model.wvw.BlueHomeMap
 
Bonus - Interface in com.jrfom.gw2.api.model.wvw
Represents a World vs World bonus.
bonuses - Variable in class com.jrfom.gw2.api.model.wvw.RedHomeMap
 
Build - Class in com.jrfom.gw2.api.model
Represents a game build number as returned by /v1/build.
Build() - Constructor for class com.jrfom.gw2.api.model.Build
 
Build(int) - Constructor for class com.jrfom.gw2.api.model.Build
 

C

Coins - Class in com.jrfom.gw2.api.model
Represents in-game currency.
Coins() - Constructor for class com.jrfom.gw2.api.model.Coins
Create an instance with the value set to 0.
Coins(int) - Constructor for class com.jrfom.gw2.api.model.Coins
Create an instance with the value set to amount.
Coins(String) - Constructor for class com.jrfom.gw2.api.model.Coins
CoinsToValueSerializer - Class in com.jrfom.gw2.jackson.serializers
 
CoinsToValueSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.CoinsToValueSerializer
 
Color - Class in com.jrfom.gw2.api.model.colors
Represents a color as returned by /v1/colors.json.
Color() - Constructor for class com.jrfom.gw2.api.model.colors.Color
 
ColorsList - Class in com.jrfom.gw2.api.model.colors
Represents the list of colors returned by /v1/colors.json.
ColorsList(int) - Constructor for class com.jrfom.gw2.api.model.colors.ColorsList
 
ColorsListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
ColorsListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.ColorsListDeserializer
 
ColorsListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
ColorsListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.ColorsListSerializer
 
com.jrfom.gw2 - package com.jrfom.gw2
 
com.jrfom.gw2.annotations - package com.jrfom.gw2.annotations
 
com.jrfom.gw2.api.model - package com.jrfom.gw2.api.model
 
com.jrfom.gw2.api.model.colors - package com.jrfom.gw2.api.model.colors
 
com.jrfom.gw2.api.model.crafting - package com.jrfom.gw2.api.model.crafting
 
com.jrfom.gw2.api.model.events - package com.jrfom.gw2.api.model.events
 
com.jrfom.gw2.api.model.geography - package com.jrfom.gw2.api.model.geography
 
com.jrfom.gw2.api.model.items - package com.jrfom.gw2.api.model.items
 
com.jrfom.gw2.api.model.wvw - package com.jrfom.gw2.api.model.wvw
 
com.jrfom.gw2.jackson.deserializers - package com.jrfom.gw2.jackson.deserializers
 
com.jrfom.gw2.jackson.serializers - package com.jrfom.gw2.jackson.serializers
 
ConsumableItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is consumable.
ConsumableItem() - Constructor for class com.jrfom.gw2.api.model.items.ConsumableItem
 
ConsumableItemProperties - Class in com.jrfom.gw2.api.model.items
Represents a set of properties that are specific to a ConsumableItem.
ConsumableItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.ConsumableItemProperties
 
ContainerItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a container.
ContainerItem() - Constructor for class com.jrfom.gw2.api.model.items.ContainerItem
 
ContainerItemProperties - Class in com.jrfom.gw2.api.model.items
Represents properties that are specific to a ContainerItem.
ContainerItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.ContainerItemProperties
 
Continent - Class in com.jrfom.gw2.api.model.geography
Represents the details of an in-game continent.
Continent() - Constructor for class com.jrfom.gw2.api.model.geography.Continent
 
Continents - Class in com.jrfom.gw2.api.model.geography
Represents a list of Continents as returned by /v1/continents.
Continents() - Constructor for class com.jrfom.gw2.api.model.geography.Continents
 
ContinentsDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
ContinentsDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.ContinentsDeserializer
 
ContinentsSerializer - Class in com.jrfom.gw2.jackson.serializers
 
ContinentsSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.ContinentsSerializer
 
copperValue() - Method in class com.jrfom.gw2.api.model.Coins
The number of in-game copper the instance represents.
CraftingMaterialItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a crafting material.
CraftingMaterialItem() - Constructor for class com.jrfom.gw2.api.model.items.CraftingMaterialItem
 

D

deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.ColorsListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.ContinentsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.EventCenterCoordinateDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.EventDetailsDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.ItemDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.ItemIdListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.LocationDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.MapsListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.MatchesListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.MatchScoresDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.MatchTimeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.RangeDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.RecipesListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.WorldEventStatusListDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.WvwBonusDeserializer
 
deserialize(JsonParser, DeserializationContext) - Method in class com.jrfom.gw2.jackson.deserializers.WvwMapDeserializer
 
Dimension - Class in com.jrfom.gw2.api.model
Represents a WIDTHxHEIGHT measurement.
Dimension() - Constructor for class com.jrfom.gw2.api.model.Dimension
 
Dimension(int) - Constructor for class com.jrfom.gw2.api.model.Dimension
 
Dimension(ArrayList<Integer>) - Constructor for class com.jrfom.gw2.api.model.Dimension
 

E

EternalBattleGroundsMap - Class in com.jrfom.gw2.api.model.wvw
EternalBattleGroundsMap() - Constructor for class com.jrfom.gw2.api.model.wvw.EternalBattleGroundsMap
 
Event - Class in com.jrfom.gw2.api.model.events
Represents an event object as returned by the /v1/event_details API method.
Event() - Constructor for class com.jrfom.gw2.api.model.events.Event
 
EventCenterCoordinate - Class in com.jrfom.gw2.api.model.events
Represents a three-dimensional point in game space that is the center point of an Event.
EventCenterCoordinate() - Constructor for class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
EventCenterCoordinateDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
EventCenterCoordinateDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.EventCenterCoordinateDeserializer
 
EventCenterCoordinateSerializer - Class in com.jrfom.gw2.jackson.serializers
 
EventCenterCoordinateSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.EventCenterCoordinateSerializer
 
EventCylinderLocation - Class in com.jrfom.gw2.api.model.events
Represents an Event Location that is described by a sphere.
EventCylinderLocation() - Constructor for class com.jrfom.gw2.api.model.events.EventCylinderLocation
 
EventDetails - Class in com.jrfom.gw2.api.model.events
Provides a model for /v1/event_details.json.
EventDetails() - Constructor for class com.jrfom.gw2.api.model.events.EventDetails
 
EventDetailsDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
EventDetailsDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.EventDetailsDeserializer
 
EventLocation - Class in com.jrfom.gw2.api.model.events
A generic implementation of EventLocation to be used during deserialization and serialization.
EventLocation() - Constructor for class com.jrfom.gw2.api.model.events.EventLocation
 
EventName - Class in com.jrfom.gw2.api.model.events
Represents an event name as returned by the /v1/event_names API method.
EventName() - Constructor for class com.jrfom.gw2.api.model.events.EventName
 
EventNamesList - Class in com.jrfom.gw2.api.model.events
Represents the list of EventNames as returned by /v1/event_names.
EventNamesList() - Constructor for class com.jrfom.gw2.api.model.events.EventNamesList
 
EventPolyLocation - Class in com.jrfom.gw2.api.model.events
Represents an Event Location that is described by a polygon.
EventPolyLocation() - Constructor for class com.jrfom.gw2.api.model.events.EventPolyLocation
 
EventSphereLocation - Class in com.jrfom.gw2.api.model.events
Represents an Event Location that is described by a sphere.
EventSphereLocation() - Constructor for class com.jrfom.gw2.api.model.events.EventSphereLocation
 

F

Files - Class in com.jrfom.gw2.api.model
Represents a list of GameAssetFiles as is returned by /v1/files.
Files() - Constructor for class com.jrfom.gw2.api.model.Files
 
Floor - Class in com.jrfom.gw2.api.model.geography
Represents an in-game map floor as returned by /v1/map_floor.
Floor() - Constructor for class com.jrfom.gw2.api.model.geography.Floor
 
FloorMap - Class in com.jrfom.gw2.api.model.geography
Represents a map as is returned by /v1/map_floor.
FloorMap() - Constructor for class com.jrfom.gw2.api.model.geography.FloorMap
 
FloorMapList - Class in com.jrfom.gw2.api.model.geography
Represents a list of FloorMaps as used by Region.
FloorMapList() - Constructor for class com.jrfom.gw2.api.model.geography.FloorMapList
 

G

GameAssetFile - Class in com.jrfom.gw2.api.model
Represents an in-game asset file as returned by /v1/files.
GameAssetFile() - Constructor for class com.jrfom.gw2.api.model.GameAssetFile
 
GenericItem - Class in com.jrfom.gw2.api.model.items
See Item.
GenericItem() - Constructor for class com.jrfom.gw2.api.model.items.GenericItem
 
getArmor() - Method in class com.jrfom.gw2.api.model.items.ArmorItem
Retrieve the armor specific properties for this item.
getArmor() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getArmor() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getAttribute() - Method in class com.jrfom.gw2.api.model.items.UpgradeAttribute
The type of upgrade that is will be applied, e.g.
getAttributes() - Method in class com.jrfom.gw2.api.model.items.InfixUpgrade
Retrieve a list of the upgrade attributes the InfixUpgrade applies.
getBackgroundColorId() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve the identifier for the emblem's background Color.
getBackgroundId() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve the identifier for the emblem's background image.
getBag() - Method in class com.jrfom.gw2.api.model.items.BagItem
Retrieve the bag specific properties for this item.
getBag() - Method in class com.jrfom.gw2.api.model.items.GenericItem
See BagItem.
getBag() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getBaseRgb() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve a triplet that represents the basic color value before it is modified with materials.
getBaseUrl() - Method in class com.jrfom.gw2.ApiClient
Utility method mainly used for testing.
getBlue() - Method in class com.jrfom.gw2.api.model.colors.RGB
 
getBlueScore() - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
getBlueWorldId() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The unique id for the world that is the blue team.
getBonuses() - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
A list of bonuses being granted on this map.
getBonuses() - Method in interface com.jrfom.gw2.api.model.wvw.WvwMap
A list of bonuses being granted on this map.
getBrightness() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getBuff() - Method in class com.jrfom.gw2.api.model.items.InfixUpgrade
Retrieve details on any skill buff the InfixUpgrade applies.
getBuild() - Method in class com.jrfom.gw2.ApiClient
Retrieve the current build number for Guild Wars 2.
getBuildId() - Method in class com.jrfom.gw2.api.model.Build
The game build number.
getCenter() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getCenter() - Method in interface com.jrfom.gw2.api.model.events.Location
A coordinate pin-pointing the center location of the event location.
getClampedView() - Method in class com.jrfom.gw2.api.model.geography.Floor
According to the wiki:
getClassForType(String) - Method in class com.jrfom.gw2.api.model.items.ItemClassRegistry
 
getCloth() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve details that describe how the base RGB (Color.getBaseRgb()) is modified when it is applied to an in-game "cloth" material.
getColorId() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve the color's numeric identifier.
getColors() - Method in class com.jrfom.gw2.ApiClient
Retrieve the list of colors localized to the English language.
getColors(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve the list of colors localized to the specified language.
getColorWithId(int) - Method in class com.jrfom.gw2.api.model.colors.ColorsList
Retrieve a Color from the list based on the numeric identifier of that color.
getColorWithName(String) - Method in class com.jrfom.gw2.api.model.colors.ColorsList
Retrieve a Color from the list based on the name of that color.
getConsumable() - Method in class com.jrfom.gw2.api.model.items.ConsumableItem
Retrieve the consumable specific properties for this item.
getConsumable() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getConsumable() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getContainer() - Method in class com.jrfom.gw2.api.model.items.ContainerItem
Retreive the container specific properties for this item.
getContainer() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getContainer() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getContinentId() - Method in class com.jrfom.gw2.api.model.geography.Map
An identifier for the Continent which the map is a part of.
getContinentName() - Method in class com.jrfom.gw2.api.model.geography.Map
The in-game name of the Continent which the map is a part of.
getContinentRect() - Method in class com.jrfom.gw2.api.model.geography.Map
The dimensions of the map according to the game coordinate system.
getContinentRectangle() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A pair of coordinates defining the size of the map within the gam coordinate system.
getContinents() - Method in class com.jrfom.gw2.ApiClient
Retrieve the list of continents.
getContinentWithId(int) - Method in class com.jrfom.gw2.api.model.geography.Continents
Retrieve a continent from the list identified by its numeric id.
getContinentWithId(String) - Method in class com.jrfom.gw2.api.model.geography.Continents
Retrieve a continent from the list identified by its numeric id in string form.
getContinentWithName(String) - Method in class com.jrfom.gw2.api.model.geography.Continents
Retrieve a continent from the list that has the given name.
getContrast() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getCoordinate() - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
The coordinate for the location of the point of interest.
getCoordinate() - Method in class com.jrfom.gw2.api.model.geography.Sector
A coordinate that designates where this sector is located.
getCoordinate() - Method in class com.jrfom.gw2.api.model.geography.SkillChallenge
The in-game map location of the skill challenge.
getCoordinate() - Method in class com.jrfom.gw2.api.model.Task
The location of the task within the parent map.
getCount() - Method in class com.jrfom.gw2.api.model.crafting.Ingredient
How many of this ingredient is needed in the Recipe.
getDamageType() - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
Details what sort of damage the weapon will inflict.
getDefaultFloor() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
The default Floor for the map.
getDefaultFloor() - Method in class com.jrfom.gw2.api.model.geography.Map
The default Floor for this map.
getDefense() - Method in class com.jrfom.gw2.api.model.items.ArmorItemProperties
The amount of basic defense the item provides.
getDefense() - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
The amount of defense the weapon will provide (e.g a shield).
getDescription() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The in-game description of the item, if one exists.
getDescription() - Method in interface com.jrfom.gw2.api.model.items.Item
The in-game description of the item, if one exists.
getDescription() - Method in class com.jrfom.gw2.api.model.items.UpgradeBuff
A description of the buff, e.g.
getDimensions() - Method in class com.jrfom.gw2.api.model.geography.Continent
The WIDTHxHEIGHT of the continent.
getDisciplines() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The list of crafting disciplines (e.g.
getEmblem() - Method in class com.jrfom.gw2.api.model.Guild
Retrieve details about the guild's in-game emblem.
getEndTime() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The time when the match is scheduled to end.
getError() - Method in error com.jrfom.gw2.api.model.GwApiError
Retrieve the error number associated with the instance.
getEventDetails() - Method in class com.jrfom.gw2.ApiClient
Retrieve the full list of events and their details localized to the English language.
getEventDetailsForEventId(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve the details for a given event identifier.
getEventDetailsForEventIdInLang(String, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event details as described in API:1/event_details.
getEventId() - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
The UUID that represents the event throughout the rest of the API.
getEventNames() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event names localized to the English language.
getEventNamesForLang(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event names localized to the given language abbreviation.
getEventStatuses() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForEvent(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForMap(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForMapAndEvent(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForWorld(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForWorldAndEvent(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForWorldAndMap(int, int) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses.
getEventStatusesForWorldAndMapAndEvent(int, int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of event statuses from /v1/events.
getEventsWithEventId(String) - Method in class com.jrfom.gw2.api.model.events.WorldEventsStatusList
Retrieve a subset of the results that have the given event identifier.
getEventsWithMapId(int) - Method in class com.jrfom.gw2.api.model.events.WorldEventsStatusList
Retrieve a subset of the results that have the given map identifier.
getEventsWithState(String) - Method in class com.jrfom.gw2.api.model.events.WorldEventsStatusList
Retrieve a subset of the results that have the given state.
getEventsWithWorldId(int) - Method in class com.jrfom.gw2.api.model.events.WorldEventsStatusList
Retrieve a subset of the results that have the given world identifier.
getEventWithId(String) - Method in class com.jrfom.gw2.api.model.events.EventNamesList
A helper method for retrieving a specific event from the list.
getEventWithName(String) - Method in class com.jrfom.gw2.api.model.events.EventNamesList
A helper method for retrieving a specific event from the list.
getFileId() - Method in class com.jrfom.gw2.api.model.GameAssetFile
The unique identifier for the file.
getFiles() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of commonly requested game asset files.
getFileWithId(int) - Method in class com.jrfom.gw2.api.model.Files
Retrieve a file that has the specified id.
getFileWithSignature(String) - Method in class com.jrfom.gw2.api.model.Files
Retrieve a file that has the specified signature.
getFlags() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
Extra details about the recipe.
getFlags() - Method in class com.jrfom.gw2.api.model.events.Event
A list of flags, instances of String, that further describe the event.
getFlags() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve a list of flags that further describe the emblem.
getFlags() - Method in class com.jrfom.gw2.api.model.items.GenericItem
A list of flags that detail extra properties of the item.
getFlags() - Method in interface com.jrfom.gw2.api.model.items.Item
A list of flags that detail extra properties of the item.
getFlags() - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
Retrieve a list of flags that indicate what items the upgrade component may be applied to.
getFloor() - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
The floor where this point of interest is located.
getFloorInLang(int, int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a map floor given the appropriate continentId, floorId, and lang.
getFloors() - Method in class com.jrfom.gw2.api.model.geography.Continent
A list of all the Floor identifiers contained within the continent.
getFloors() - Method in class com.jrfom.gw2.api.model.geography.Map
A list of identifiers that detail the Floors available on the map.
getForegroundId() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve the identifier for the emblem's foreground image.
getForegroundPrimaryColorId() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve the identifier for the emblem's primary Color.
getForegroundSecondaryColorId() - Method in class com.jrfom.gw2.api.model.GuildEmblem
Retrieve the identifier for the emblem's secondary Color.
getGameTypes() - Method in class com.jrfom.gw2.api.model.items.GenericItem
A list of the game modes where the item can be used.
getGameTypes() - Method in interface com.jrfom.gw2.api.model.items.Item
A list of the game modes where the item can be used.
getGizmo() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getGizmo() - Method in class com.jrfom.gw2.api.model.items.GizmoItem
Retrieve the set of properties that is specific to GizmoItem.
getGizmo() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getGreen() - Method in class com.jrfom.gw2.api.model.colors.RGB
 
getGreenScore() - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
getGreenWorldId() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The unique id for the world that is the green team.
getGuildDetailsForGuildId(String) - Method in class com.jrfom.gw2.ApiClient
Retrieves details for a guild with the specified guildId.
getGuildDetailsForGuildName(String) - Method in class com.jrfom.gw2.ApiClient
Retrieves details for a guild with the specified name.
getHeight() - Method in class com.jrfom.gw2.api.model.Dimension
Retrieve the height portion of the measurement.
getHeight() - Method in class com.jrfom.gw2.api.model.events.EventCylinderLocation
The height of an event location.
getHeight() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getHeight() - Method in interface com.jrfom.gw2.api.model.events.Location
The height of an event location.
getHue() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getIconFileId() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The file identifier for use with the getIconFileId() - Method in interface com.jrfom.gw2.api.model.items.Item
The file identifier for use with the getIconFileSignature() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The file signature for use with the getIconFileSignature() - Method in interface com.jrfom.gw2.api.model.items.Item
The file signature for use with the getId() - Method in class com.jrfom.gw2.api.model.events.EventName
The unique id that represents this Event throughout the rest of the API.
getId() - Method in class com.jrfom.gw2.api.model.geography.MapName
The unique identifier for the map.
getId() - Method in class com.jrfom.gw2.api.model.Guild
Retrieve the UUID for the guild.
getId() - Method in class com.jrfom.gw2.api.model.WorldName
The unique identifier for the game world.
getId() - Method in class com.jrfom.gw2.api.model.wvw.Objective
The unique id for the objective.
getId() - Method in class com.jrfom.gw2.api.model.wvw.ObjectiveName
The unique identifier for the Objective.
getInfixUpgrade() - Method in class com.jrfom.gw2.api.model.items.ItemProperties
Indicates which permanent upgrades are applied to the item.
getInfusionSlots() - Method in class com.jrfom.gw2.api.model.items.ItemProperties
An array of infusion slots available on the item.
getInfusionUpgradeFlags() - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
A list of infusion slots that the upgrade component could be applied to.
getIngredients() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
A list of Ingredients required to craft the recipe.
getInstance() - Static method in class com.jrfom.gw2.api.model.items.ItemClassRegistry
 
getInstance() - Static method in class com.jrfom.gw2.ApiClient
A factory method to get a static instance of ApiClient.
getItemDetails(int) - Method in class com.jrfom.gw2.ApiClient
Retrieves details for a specified item localized to the English language.
getItemDetailsInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieves details for a specified item localized to the specified language.
getItemId() - Method in class com.jrfom.gw2.api.model.crafting.Ingredient
The unique identifier for the crafting ingredient.
getItemId() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The unique identifier for the item.
getItemId() - Method in interface com.jrfom.gw2.api.model.items.Item
The unique identifier for the item.
getItems() - Method in class com.jrfom.gw2.ApiClient
Retrieves a list of all known item identifiers.
getLabelCoordinate() - Method in class com.jrfom.gw2.api.model.geography.Region
The coordinates of the region label on the in-game world map.
getLeather() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve details that describe how the base RGB (Color.getBaseRgb()) is modified when it is applied to an in-game "leather" material.
getLevel() - Method in class com.jrfom.gw2.api.model.events.Event
The in-game character level of the event.
getLevel() - Method in class com.jrfom.gw2.api.model.geography.Sector
The in-game character level for this sector.
getLevel() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The character level required to be able to use this item.
getLevel() - Method in interface com.jrfom.gw2.api.model.items.Item
The character level required to be able to use this item.
getLevel() - Method in class com.jrfom.gw2.api.model.Task
The game character level of the task.
getLightness() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getLine() - Method in error com.jrfom.gw2.api.model.GwApiError
Retrieve the line number in ArenaNet's remote code that generated this error.
getLocation() - Method in class com.jrfom.gw2.api.model.events.Event
A Location object that describes the location of the event.
getLowerRight() - Method in class com.jrfom.gw2.api.model.geography.MapRectangle
Retrieve the coordinate of the lower right corner of a rectangle.
getMap(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve the details for a given mapId localized to the English language.
getMapId() - Method in class com.jrfom.gw2.api.model.events.Event
The map id for the map where the event takes place.
getMapId() - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
The identifier for the Map where the event is located.
getMapId() - Method in class com.jrfom.gw2.api.model.geography.Map
Retrieve the numeric identifier for the map.
getMapInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve the details for a given mapId localized to the specified lang.
getMapName() - Method in class com.jrfom.gw2.api.model.geography.Map
The in-game name of the map.
getMapNames() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of map names and their associated map identifiers.
getMapNamesInLang(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of map names and their associated map identifiers.
getMapRect() - Method in class com.jrfom.gw2.api.model.geography.Map
The dimensions of the map.
getMapRectangle() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A pair of coordinates defining the size of the map.
getMaps() - Method in class com.jrfom.gw2.api.model.geography.Region
Retrieve a list of FloorMaps that are contained within the region.
getMaps() - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
A list of World vs World maps that are relevant to the match.
getMaps() - Method in class com.jrfom.gw2.ApiClient
Retrieve the complete list of maps localized to the English language.
getMapsInLang(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve the complete list of maps localized to the specified language.
getMapsInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieves a list of maps for the specified mapId and localized to the specified lang.
getMapWithId(int) - Method in class com.jrfom.gw2.api.model.geography.FloorMapList
Retrieve a specific floor map given the map's id.
getMapWithId(String) - Method in class com.jrfom.gw2.api.model.geography.FloorMapList
Retrieve a specific floor map given the map's id.
getMapWithId(int) - Method in class com.jrfom.gw2.api.model.geography.MapsList
Retrieve a Map from the list that has the specified id.
getMapWithName(String) - Method in class com.jrfom.gw2.api.model.geography.MapsList
Retrieve a Map from the list that has the specified name.
getMatchDetails(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve details for a specific WvW matchId.
getMatches() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of World vs World matches that are currently running.
getMatchId() - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
The unique identifier for the World vs World match.
getMatchId() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The unique identifier for the match.
getMaxLevel() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
The maximum target character level for the map.
getMaxLevel() - Method in class com.jrfom.gw2.api.model.geography.Map
The maximum target character level for the map.
getMaxPower() - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
The maximum damage the weapon will inflict.
getMaxZoom() - Method in class com.jrfom.gw2.api.model.geography.Continent
The maximum zoom level of the continent on the world map.
getMessage() - Method in error com.jrfom.gw2.api.model.GwApiError
 
getMetal() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve details that describe how the base RGB (Color.getBaseRgb()) is modified when it is applied to an in-game "metal" material.
getMinLevel() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
The minimum target character level for the map.
getMinLevel() - Method in class com.jrfom.gw2.api.model.geography.Map
The minimum target character level for the map.
getMinPower() - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
The minimum damage the weapon will inflict.
getMinRating() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The minimum crafting skill rating required to craft the recipe.
getMinZoom() - Method in class com.jrfom.gw2.api.model.geography.Continent
The minimum zoom level of the continent on the world map.
getMistsFloor(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a map floor on the "Mists" continent.
getMistsFloorInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a map floor on the "Mists" continent.
getModifier() - Method in class com.jrfom.gw2.api.model.items.UpgradeAttribute
The amount of the upgrade, e.g.
getModule() - Method in error com.jrfom.gw2.api.model.GwApiError
Retrieve the module identifier associated with the instance.
getName() - Method in class com.jrfom.gw2.api.model.colors.Color
Retrieve the color's in-game name.
getName() - Method in class com.jrfom.gw2.api.model.events.Event
The name of the event.
getName() - Method in class com.jrfom.gw2.api.model.events.EventName
The in-game name of the event as it would show up in a player's quest log.
getName() - Method in class com.jrfom.gw2.api.model.geography.Continent
The in-game name of the continent.
getName() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
The in-game name of the map.
getName() - Method in class com.jrfom.gw2.api.model.geography.MapName
The in-game name of the map.
getName() - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
The in-game name of the point of interest.
getName() - Method in class com.jrfom.gw2.api.model.geography.Region
The in-game name of the region.
getName() - Method in class com.jrfom.gw2.api.model.geography.Sector
The in-game name of the sector.
getName() - Method in class com.jrfom.gw2.api.model.Guild
Retrieve the guild's full in-game name.
getName() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The in-game name of the item.
getName() - Method in interface com.jrfom.gw2.api.model.items.Item
The in-game name of the item.
getName() - Method in class com.jrfom.gw2.api.model.WorldName
The in-game name of the game world, e.g.
getName() - Method in class com.jrfom.gw2.api.model.wvw.ObjectiveName
The name of the Objective.
getNameWithId(int) - Method in class com.jrfom.gw2.api.model.geography.MapNamesList
Retrieve a MapName from the list that has the given id.
getNameWithName(String) - Method in class com.jrfom.gw2.api.model.geography.MapNamesList
Retrieve a MapName from the list that has the given name.
getObjective() - Method in class com.jrfom.gw2.api.model.Task
The objective description for this task.
getObjectiveNames() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of World vs World ObjectiveNames localized to the English language.
getObjectiveNamesInLang(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of World vs World ObjectiveNames localized to the specified lang.
getObjectives() - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
A list of Objectives, and their statuses, for this specific map.
getObjectives() - Method in interface com.jrfom.gw2.api.model.wvw.WvwMap
A list of Objectives, and their statuses, for this specific map.
getOutputItemCount() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The number of an Item that crafting this recipe will produce.
getOutputItemId() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The unique identifier for the resulting Item.
getOwner() - Method in class com.jrfom.gw2.api.model.wvw.BloodlustBonus
The name of the team that currently owns the bonus.
getOwner() - Method in interface com.jrfom.gw2.api.model.wvw.Bonus
The name of the team that currently owns the bonus.
getOwner() - Method in class com.jrfom.gw2.api.model.wvw.Objective
The current owner of the objective.
getOwnerGuild() - Method in class com.jrfom.gw2.api.model.wvw.Objective
If a guild has claimed the objective this will return the unique id for the guild.
getPoiId() - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
A unique identifier for the point of interest.
getPoints() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getPoints() - Method in class com.jrfom.gw2.api.model.events.EventPolyLocation
A list of points that define the vertices of the polygon.
getPoints() - Method in interface com.jrfom.gw2.api.model.events.Location
 
getPointsOfInterest() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A list of all the PointOfInterest in the map.
getProduct() - Method in error com.jrfom.gw2.api.model.GwApiError
Retrieve the product identifier associated with the instance.
getRadius() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getRadius() - Method in class com.jrfom.gw2.api.model.events.EventSphereLocation
The radius of an event location.
getRadius() - Method in interface com.jrfom.gw2.api.model.events.Location
The radius of an event location.
getRarity() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The in-game rarity level of the item.
getRarity() - Method in interface com.jrfom.gw2.api.model.items.Item
The in-game rarity level of the item.
getRecipe(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve details for a specific recipe localized to the English language.
getRecipeId() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The unique identifier for the recipe.
getRecipeId() - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
If the consumable unlocks a recipe, this identifies the recipe that will be unlocked.
getRecipeInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a specific recipe identified by recipeId.
getRecipes() - Method in class com.jrfom.gw2.ApiClient
Retrieve the list of Recipe identifiers.
getRed() - Method in class com.jrfom.gw2.api.model.colors.RGB
 
getRedScore() - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
getRedWorldId() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The unique id for the world that is the red team.
getRegionId() - Method in class com.jrfom.gw2.api.model.geography.Map
An identifier for the Region in which the map is located.
getRegionName() - Method in class com.jrfom.gw2.api.model.geography.Map
The in-game name of the Region in which the map is location.
getRegions() - Method in class com.jrfom.gw2.api.model.geography.Floor
Retrieve the list of Regions contained in the floor.
getRegionWithId(int) - Method in class com.jrfom.gw2.api.model.geography.RegionList
Retrieve a region with a specific identifier.
getRegionWithId(String) - Method in class com.jrfom.gw2.api.model.geography.RegionList
Retrieve a region with a specific identifier.
getRestrictions() - Method in class com.jrfom.gw2.api.model.items.GenericItem
A list of races or classes that are able to use the item.
getRestrictions() - Method in interface com.jrfom.gw2.api.model.items.Item
A list of races or classes that are able to use the item.
getRgb() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getRotation() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getRotation() - Method in class com.jrfom.gw2.api.model.events.EventSphereLocation
The degree(?) rotation of the sphere.
getRotation() - Method in interface com.jrfom.gw2.api.model.events.Location
 
getSaturation() - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
getScores() - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
The scores for the World vs World match.
getScores() - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
The scores for each team on this specific map.
getScores() - Method in interface com.jrfom.gw2.api.model.wvw.WvwMap
The scores for each team on this specific map.
getSectorId() - Method in class com.jrfom.gw2.api.model.geography.Sector
The unique identifier for the sector.
getSectors() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A list of sub-areas in the map.
getSignature() - Method in class com.jrfom.gw2.api.model.GameAssetFile
The unique hash that represents the file.
getSize() - Method in class com.jrfom.gw2.api.model.items.BagItemProperties
The number of slots available in the bag.
getSkillChallenges() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A list of SkillChallenges available in the map.
getSkillId() - Method in class com.jrfom.gw2.api.model.items.UpgradeBuff
The identifier for the skill that the buff modifies.
getStartTime() - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
The time the World vs World match started.
getState() - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
The current status of the event.
getSuffix() - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
The suffix that will be appened to the item once the upgrade component is applied.
getSuffixItemId() - Method in class com.jrfom.gw2.api.model.items.ItemProperties
An identifier for an item that has already been applied to this item as an upgrade.
getTag() - Method in class com.jrfom.gw2.api.model.Guild
Retrieve the guild's in-game tag.
getTaskId() - Method in class com.jrfom.gw2.api.model.Task
The unique identifier for the task.
getTasks() - Method in class com.jrfom.gw2.api.model.geography.FloorMap
A list of the "Heart Renown" quests in the map.
getText() - Method in error com.jrfom.gw2.api.model.GwApiError
Retrieve a text description of the error.
getTextureDimensions() - Method in class com.jrfom.gw2.api.model.geography.Floor
The width and height of the map texture.
getTimeToCraft() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The time it will take to craft the recipe.
getTrinket() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getTrinket() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getTrinket() - Method in class com.jrfom.gw2.api.model.items.TrinketItem
Retrieve the set of properties that is specific to a TrinketItem.
getType() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The type of item produced by the recipe.
getType() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getType() - Method in interface com.jrfom.gw2.api.model.events.Location
A string describing the type of the location.
getType() - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
The kind of point of interest.
getType() - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
Retrieve the type of the consumable.
getType() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The specific kind of item.
getType() - Method in interface com.jrfom.gw2.api.model.items.Item
The specific kind of item.
getType() - Method in class com.jrfom.gw2.api.model.items.ItemProperties
The specific type for this item.
getType() - Method in class com.jrfom.gw2.api.model.wvw.BloodlustBonus
A short name for the bonus, e.g.
getType() - Method in interface com.jrfom.gw2.api.model.wvw.Bonus
A short name for the bonus, e.g.
getType() - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
The type of WvW map.
getType() - Method in interface com.jrfom.gw2.api.model.wvw.WvwMap
The type of WvW map.
getTyriaFloor(int) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a map floor on the "Tyria" continent.
getTyriaFloorInLang(int, String) - Method in class com.jrfom.gw2.ApiClient
Retrieve details about a map floor on the "Tyria" continent.
getUnlockType() - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
If the consumable is of type "Unlock", this details what sort of unlock.
getUpgradeComponent() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getUpgradeComponent() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getUpgradeComponent() - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItem
Retrieve the set of properties that are specific to an UpgradeComponentItem.
getUpperLeft() - Method in class com.jrfom.gw2.api.model.geography.MapRectangle
Retrieve the coordinate of the upper left corner of a rectangle.
getValue() - Method in class com.jrfom.gw2.api.model.Coins
Retrieve the actual value the instance represents.
getVendorValue() - Method in class com.jrfom.gw2.api.model.crafting.Recipe
The amount of in-game currency the recipe is worth when selling to an in-game vendor.
getVendorValue() - Method in class com.jrfom.gw2.api.model.items.GenericItem
The amount of in-game currency for which the item can be sold to a vendor.
getVendorValue() - Method in interface com.jrfom.gw2.api.model.items.Item
The amount of in-game currency for which the item can be sold to a vendor.
getWeapon() - Method in class com.jrfom.gw2.api.model.items.GenericItem
getWeapon() - Method in interface com.jrfom.gw2.api.model.items.Item
 
getWeapon() - Method in class com.jrfom.gw2.api.model.items.WeaponItem
The set of properties that are specific to a WeaponItem.
getWeightClass() - Method in class com.jrfom.gw2.api.model.items.ArmorItemProperties
A string indicating what sort of armor the item is.
getWidth() - Method in class com.jrfom.gw2.api.model.Dimension
Retrieve the width portion of the measurement.
getWorldId() - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
An identifier for the game world where the event takes place.
getWorldNames() - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of available game world (server) names localized to the English language.
getWorldNamesInLang(String) - Method in class com.jrfom.gw2.ApiClient
Retrieve a list of the available game world (server) names localized to the specified lang.
getWorldNameWithId(int) - Method in class com.jrfom.gw2.api.model.WorldNamesList
Retrieve a world name by its unique identifier.
getWorldNameWithName(String) - Method in class com.jrfom.gw2.api.model.WorldNamesList
Retrieve a world name by its in-game name.
getX() - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
getX() - Method in class com.jrfom.gw2.api.model.events.Range
 
getX() - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
Retrieve the x part of the coordinate.
getY() - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
getY() - Method in class com.jrfom.gw2.api.model.events.Range
 
getY() - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
Retrieve the y part of the coordinate.
getZ() - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
getzRange() - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
getzRange() - Method in class com.jrfom.gw2.api.model.events.EventPolyLocation
The distance in the z-plane that the polygon occupies.
getzRange() - Method in interface com.jrfom.gw2.api.model.events.Location
 
GizmoItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a gizmo.
GizmoItem() - Constructor for class com.jrfom.gw2.api.model.items.GizmoItem
 
GizmoItemProperties - Class in com.jrfom.gw2.api.model.items
Represents properties that are specific to a GizmoItem.
GizmoItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.GizmoItemProperties
 
goldValue() - Method in class com.jrfom.gw2.api.model.Coins
The number of in-game gold the instance represents.
GreenHomeMap - Class in com.jrfom.gw2.api.model.wvw
GreenHomeMap() - Constructor for class com.jrfom.gw2.api.model.wvw.GreenHomeMap
 
Guild - Class in com.jrfom.gw2.api.model
Represents guild details as returned by /v1/guild_details.
Guild() - Constructor for class com.jrfom.gw2.api.model.Guild
 
GuildEmblem - Class in com.jrfom.gw2.api.model
Represents a guild's in-game emblem as returned by /v1/guild_details.
GuildEmblem() - Constructor for class com.jrfom.gw2.api.model.GuildEmblem
 
Gw2ApiVersion - Annotation Type in com.jrfom.gw2.annotations
This annotation is to be used on classes that describe Guild Wars 2 API results.
GwApiError - Error in com.jrfom.gw2.api.model
Represents the error object returned from the Guild Wars 2 API when an invalid parameter is passed to a method.
GwApiError() - Constructor for error com.jrfom.gw2.api.model.GwApiError
 

I

InfixUpgrade - Class in com.jrfom.gw2.api.model.items
Represents permanent upgrades to an item.
InfixUpgrade() - Constructor for class com.jrfom.gw2.api.model.items.InfixUpgrade
 
Ingredient - Class in com.jrfom.gw2.api.model.crafting
Represents an in-game crafting ingredient.
Ingredient() - Constructor for class com.jrfom.gw2.api.model.crafting.Ingredient
 
Item - Interface in com.jrfom.gw2.api.model.items
Represents details of an in-game item as is returned by /v1/item_details.
ItemClassRegistry - Class in com.jrfom.gw2.api.model.items
No usage at the moment.
ItemDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
ItemDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.ItemDeserializer
 
ItemIdList - Class in com.jrfom.gw2.api.model.items
Represents a list of item identifiers as returned by /v1/items.
ItemIdList() - Constructor for class com.jrfom.gw2.api.model.items.ItemIdList
 
ItemIdListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
ItemIdListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.ItemIdListDeserializer
 
ItemIdListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
ItemIdListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.ItemIdListSerializer
 
ItemProperties - Class in com.jrfom.gw2.api.model.items
Represents a set of properties that are common to multiple item types.
ItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.ItemProperties
 
ItemSerializer - Class in com.jrfom.gw2.jackson.serializers
 
ItemSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.ItemSerializer
 

L

Location - Interface in com.jrfom.gw2.api.model.events
A Location describes where an Event takes place in the game world.
LocationDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
LocationDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.LocationDeserializer
 

M

Map - Class in com.jrfom.gw2.api.model.geography
Represents the details of a game map as returned by /v1/maps.
MapCoordinate - Class in com.jrfom.gw2.api.model.geography
Represents an (x,y) coordinate in a cartesian plane.
MapCoordinate() - Constructor for class com.jrfom.gw2.api.model.geography.MapCoordinate
 
MapCoordinate(ArrayList<? extends Number>) - Constructor for class com.jrfom.gw2.api.model.geography.MapCoordinate
 
MapName - Class in com.jrfom.gw2.api.model.geography
Represents a map name as returned by /v1/map_names.
MapName() - Constructor for class com.jrfom.gw2.api.model.geography.MapName
 
MapNamesList - Class in com.jrfom.gw2.api.model.geography
Represents a list of MapNames as returned by /v1/map_names.
MapNamesList() - Constructor for class com.jrfom.gw2.api.model.geography.MapNamesList
 
MapRectangle - Class in com.jrfom.gw2.api.model.geography
Represents a set of MapCoordinates.
MapsList - Class in com.jrfom.gw2.api.model.geography
Represents a list of Maps as returned by /v1/maps.
MapsList() - Constructor for class com.jrfom.gw2.api.model.geography.MapsList
 
MapsList(int) - Constructor for class com.jrfom.gw2.api.model.geography.MapsList
 
MapsListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
MapsListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.MapsListDeserializer
 
MapsListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
MapsListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.MapsListSerializer
 
MatchDetails - Class in com.jrfom.gw2.api.model.wvw
Represents World vs World match details as is returned by /v1/wvw/match_details.
MatchDetails() - Constructor for class com.jrfom.gw2.api.model.wvw.MatchDetails
 
MatchesList - Class in com.jrfom.gw2.api.model.wvw
Represents a list of World vs World matches as is returned by /v1/wvw/matches.
MatchesList() - Constructor for class com.jrfom.gw2.api.model.wvw.MatchesList
 
MatchesListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
MatchesListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.MatchesListDeserializer
 
MatchesListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
MatchesListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.MatchesListSerializer
 
MatchInfo - Class in com.jrfom.gw2.api.model.wvw
Represents a match information object as returned by /v1/wvw/matches.
MatchInfo() - Constructor for class com.jrfom.gw2.api.model.wvw.MatchInfo
 
MatchScores - Class in com.jrfom.gw2.api.model.wvw
Represents World vs World match scores as returned by /v1/wvw/match_details.
MatchScores() - Constructor for class com.jrfom.gw2.api.model.wvw.MatchScores
 
MatchScoresDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
MatchScoresDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.MatchScoresDeserializer
 
MatchScoresSerializer - Class in com.jrfom.gw2.jackson.serializers
 
MatchScoresSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.MatchScoresSerializer
 
MatchTimeDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
MatchTimeDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.MatchTimeDeserializer
 
MatchTimeSerializer - Class in com.jrfom.gw2.jackson.serializers
 
MatchTimeSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.MatchTimeSerializer
 
MaterialColor - Class in com.jrfom.gw2.api.model.colors
Represents an Color after it has been applied to an in-game material ("cloth", "leather", or "metal").
MiniPetItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a mini-pet.
MiniPetItem() - Constructor for class com.jrfom.gw2.api.model.items.MiniPetItem
 

O

Objective - Class in com.jrfom.gw2.api.model.wvw
Represents an in-game World vs World objective.
Objective() - Constructor for class com.jrfom.gw2.api.model.wvw.Objective
 
ObjectiveName - Class in com.jrfom.gw2.api.model.wvw
Represents a World vs World Objective name as is returned by /v1/wvw/objective_names.
ObjectiveName() - Constructor for class com.jrfom.gw2.api.model.wvw.ObjectiveName
 
ObjectiveNamesList - Class in com.jrfom.gw2.api.model.wvw
Represents a list of ObjectiveNames as is returned by /v1/wvw/objective_names.
ObjectiveNamesList() - Constructor for class com.jrfom.gw2.api.model.wvw.ObjectiveNamesList
 
objectives - Variable in class com.jrfom.gw2.api.model.wvw.RedHomeMap
 
owner - Variable in class com.jrfom.gw2.api.model.wvw.BloodlustBonus
 

P

Point - Class in com.jrfom.gw2.api.model.events
Represents an (x,y) coordinate in the xy-plane.
Point() - Constructor for class com.jrfom.gw2.api.model.events.Point
 
PointOfInterest - Class in com.jrfom.gw2.api.model.geography
Represents an in-game point of interest location.
PointOfInterest() - Constructor for class com.jrfom.gw2.api.model.geography.PointOfInterest
 

R

Range - Class in com.jrfom.gw2.api.model.events
Represents a pair of numbers that define a range in the z-plane.
Range() - Constructor for class com.jrfom.gw2.api.model.events.Range
 
RangeDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
RangeDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.RangeDeserializer
 
RangeSerializer - Class in com.jrfom.gw2.jackson.serializers
 
RangeSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.RangeSerializer
 
Recipe - Class in com.jrfom.gw2.api.model.crafting
Represents an in-game crafting recipe as is returned by /v1/recipe_details.
Recipe() - Constructor for class com.jrfom.gw2.api.model.crafting.Recipe
 
RecipesList - Class in com.jrfom.gw2.api.model.crafting
Represents a list of Recipe identifiers as is returned by /v1/recipes.
RecipesList() - Constructor for class com.jrfom.gw2.api.model.crafting.RecipesList
 
RecipesListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
RecipesListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.RecipesListDeserializer
 
RecipesListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
RecipesListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.RecipesListSerializer
 
RedHomeMap - Class in com.jrfom.gw2.api.model.wvw
RedHomeMap() - Constructor for class com.jrfom.gw2.api.model.wvw.RedHomeMap
 
Region - Class in com.jrfom.gw2.api.model.geography
Represents a game region as returned by /v1/map_floor.
Region() - Constructor for class com.jrfom.gw2.api.model.geography.Region
 
RegionList - Class in com.jrfom.gw2.api.model.geography
Represents a list of Regions as used by FloorMaps.
RegionList() - Constructor for class com.jrfom.gw2.api.model.geography.RegionList
 
renderServiceJpgUrl() - Method in class com.jrfom.gw2.api.model.GameAssetFile
A URL for fetching the file as a JPG from the render service.
renderServicePngUrl() - Method in class com.jrfom.gw2.api.model.GameAssetFile
A URL for fetching the file as a PNG from the render service.
renderServiceUrl(String) - Method in class com.jrfom.gw2.api.model.GameAssetFile
A URL for fetching the file from the render service.
RGB - Class in com.jrfom.gw2.api.model.colors
Represents and RGB value as returned by the GW2 API.

S

scores - Variable in class com.jrfom.gw2.api.model.wvw.RedHomeMap
 
Sector - Class in com.jrfom.gw2.api.model.geography
Represents a sub-region of a FloorMap.
Sector() - Constructor for class com.jrfom.gw2.api.model.geography.Sector
 
serialize(Coins, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.CoinsToValueSerializer
 
serialize(ColorsList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.ColorsListSerializer
 
serialize(Continents, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.ContinentsSerializer
 
serialize(EventCenterCoordinate, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.EventCenterCoordinateSerializer
 
serialize(ItemIdList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.ItemIdListSerializer
 
serialize(GenericItem, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.ItemSerializer
 
serialize(MapsList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.MapsListSerializer
 
serialize(MatchesList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.MatchesListSerializer
 
serialize(MatchScores, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.MatchScoresSerializer
 
serialize(OffsetDateTime, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.MatchTimeSerializer
 
serialize(Range, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.RangeSerializer
 
serialize(RecipesList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.RecipesListSerializer
 
serialize(WorldEventsStatusList, JsonGenerator, SerializerProvider) - Method in class com.jrfom.gw2.jackson.serializers.WorldEventStatusListSerializer
 
setAmount(int) - Method in class com.jrfom.gw2.api.model.Coins
Set the instance's actual value to a specific number of coins.
setAmount(int, int, int) - Method in class com.jrfom.gw2.api.model.Coins
Set the instance's actual value to a specific number of coins as represented by the in-game currency denominations.
setArmor(ArmorItemProperties) - Method in class com.jrfom.gw2.api.model.items.ArmorItem
 
setAttribute(String) - Method in class com.jrfom.gw2.api.model.items.UpgradeAttribute
 
setAttributes(ArrayList<UpgradeAttribute>) - Method in class com.jrfom.gw2.api.model.items.InfixUpgrade
 
setBackgroundColorId(int) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setBackgroundId(int) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setBag(BagItemProperties) - Method in class com.jrfom.gw2.api.model.items.BagItem
 
setBaseRgb(RGB) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setBlue(int) - Method in class com.jrfom.gw2.api.model.colors.RGB
 
setBlueScore(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
setBlueWorldId(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setBonuses(ArrayList<Bonus>) - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
setBrightness(int) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setBuff(UpgradeBuff) - Method in class com.jrfom.gw2.api.model.items.InfixUpgrade
 
setBuildId(int) - Method in class com.jrfom.gw2.api.model.Build
 
setCenter(EventCenterCoordinate) - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
setClampedView(MapRectangle) - Method in class com.jrfom.gw2.api.model.geography.Floor
 
setCloth(MaterialColor) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setColorId(int) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setConsumable(ConsumableItemProperties) - Method in class com.jrfom.gw2.api.model.items.ConsumableItem
 
setContainer(ContainerItemProperties) - Method in class com.jrfom.gw2.api.model.items.ContainerItem
 
setContinentId(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setContinentName(String) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setContinentRect(MapRectangle) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setContinentRectangle(MapRectangle) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setContrast(double) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setCoordinate(MapCoordinate) - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
 
setCoordinate(MapCoordinate) - Method in class com.jrfom.gw2.api.model.geography.Sector
 
setCoordinate(MapCoordinate) - Method in class com.jrfom.gw2.api.model.geography.SkillChallenge
 
setCoordinate(MapCoordinate) - Method in class com.jrfom.gw2.api.model.Task
 
setCount(int) - Method in class com.jrfom.gw2.api.model.crafting.Ingredient
 
setDamageType(String) - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
 
setDefaultFloor(int) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setDefaultFloor(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setDefense(int) - Method in class com.jrfom.gw2.api.model.items.ArmorItemProperties
 
setDefense(int) - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
 
setDescription(String) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setDescription(String) - Method in class com.jrfom.gw2.api.model.items.UpgradeBuff
 
setDimensions(Dimension) - Method in class com.jrfom.gw2.api.model.geography.Continent
 
setDisciplines(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setEmblem(GuildEmblem) - Method in class com.jrfom.gw2.api.model.Guild
 
setEndTime(OffsetDateTime) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setEndTimeFromString(String) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setError(int) - Method in error com.jrfom.gw2.api.model.GwApiError
 
setEventId(String) - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
setFileId(int) - Method in class com.jrfom.gw2.api.model.GameAssetFile
 
setFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.events.Event
 
setFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
 
setFloor(int) - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
 
setFloors(ArrayList<Integer>) - Method in class com.jrfom.gw2.api.model.geography.Continent
 
setFloors(ArrayList<Integer>) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setForegroundId(int) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setForegroundPrimaryColorId(int) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setForegroundSecondaryColorId(int) - Method in class com.jrfom.gw2.api.model.GuildEmblem
 
setGameTypes(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setGizmo(GizmoItemProperties) - Method in class com.jrfom.gw2.api.model.items.GizmoItem
 
setGreen(int) - Method in class com.jrfom.gw2.api.model.colors.RGB
 
setGreenScore(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
setGreenWorldId(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setHeight(int) - Method in class com.jrfom.gw2.api.model.Dimension
 
setHeight(double) - Method in class com.jrfom.gw2.api.model.events.EventCylinderLocation
 
setHue(int) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setIconFileId(int) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setIconFileSignature(String) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setId(String) - Method in class com.jrfom.gw2.api.model.events.EventName
 
setId(int) - Method in class com.jrfom.gw2.api.model.geography.MapName
 
setId(String) - Method in class com.jrfom.gw2.api.model.Guild
 
setId(int) - Method in class com.jrfom.gw2.api.model.WorldName
 
setId(int) - Method in class com.jrfom.gw2.api.model.wvw.Objective
 
setId(int) - Method in class com.jrfom.gw2.api.model.wvw.ObjectiveName
 
setInfixUpgrade(InfixUpgrade) - Method in class com.jrfom.gw2.api.model.items.ItemProperties
 
setInfusionSlots(ArrayList<ArrayList<String>>) - Method in class com.jrfom.gw2.api.model.items.ItemProperties
 
setInfusionUpgradeFlags(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
 
setIngredients(ArrayList<Ingredient>) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setItemId(int) - Method in class com.jrfom.gw2.api.model.crafting.Ingredient
 
setItemId(int) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setLabelCoordinate(MapCoordinate) - Method in class com.jrfom.gw2.api.model.geography.Region
 
setLeather(MaterialColor) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setLevel(int) - Method in class com.jrfom.gw2.api.model.events.Event
 
setLevel(String) - Method in class com.jrfom.gw2.api.model.geography.Sector
 
setLevel(int) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setLevel(int) - Method in class com.jrfom.gw2.api.model.Task
 
setLightness(double) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setLine(int) - Method in error com.jrfom.gw2.api.model.GwApiError
 
setLocation(Location) - Method in class com.jrfom.gw2.api.model.events.Event
 
setMapId(int) - Method in class com.jrfom.gw2.api.model.events.Event
 
setMapId(int) - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
setMapId(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setMapName(String) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setMapRect(MapRectangle) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setMapRectangle(MapRectangle) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setMaps(FloorMapList) - Method in class com.jrfom.gw2.api.model.geography.Region
 
setMaps(ArrayList<WvwMap>) - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
 
setMatchId(String) - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
 
setMatchId(String) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setMaxLevel(int) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setMaxLevel(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setMaxPower(int) - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
 
setMaxZoom(int) - Method in class com.jrfom.gw2.api.model.geography.Continent
 
setMetal(MaterialColor) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setMinLevel(int) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setMinLevel(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setMinPower(int) - Method in class com.jrfom.gw2.api.model.items.WeaponItemProperties
 
setMinRating(int) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setMinZoom(int) - Method in class com.jrfom.gw2.api.model.geography.Continent
 
setModifier(int) - Method in class com.jrfom.gw2.api.model.items.UpgradeAttribute
 
setModule(int) - Method in error com.jrfom.gw2.api.model.GwApiError
 
setName(String) - Method in class com.jrfom.gw2.api.model.colors.Color
 
setName(String) - Method in class com.jrfom.gw2.api.model.events.Event
 
setName(String) - Method in class com.jrfom.gw2.api.model.events.EventName
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.Continent
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.MapName
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.Region
 
setName(String) - Method in class com.jrfom.gw2.api.model.geography.Sector
 
setName(String) - Method in class com.jrfom.gw2.api.model.Guild
 
setName(String) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setName(String) - Method in class com.jrfom.gw2.api.model.WorldName
 
setName(String) - Method in class com.jrfom.gw2.api.model.wvw.ObjectiveName
 
setObjective(String) - Method in class com.jrfom.gw2.api.model.Task
 
setObjectives(ArrayList<Objective>) - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
setOutputItemCount(int) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setOutputItemId(int) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setOwner(String) - Method in class com.jrfom.gw2.api.model.wvw.Objective
 
setOwnerGuild(String) - Method in class com.jrfom.gw2.api.model.wvw.Objective
 
setPoiId(int) - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
 
setPoints(ArrayList<Point>) - Method in class com.jrfom.gw2.api.model.events.EventPolyLocation
 
setPointsOfInterest(ArrayList<PointOfInterest>) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setProduct(int) - Method in error com.jrfom.gw2.api.model.GwApiError
 
setRadius(double) - Method in class com.jrfom.gw2.api.model.events.EventSphereLocation
 
setRarity(String) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setRecipeId(int) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setRecipeId(int) - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
 
setRed(int) - Method in class com.jrfom.gw2.api.model.colors.RGB
 
setRedScore(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchScores
 
setRedWorldId(int) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setRegionId(int) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setRegionName(String) - Method in class com.jrfom.gw2.api.model.geography.Map
 
setRegions(RegionList) - Method in class com.jrfom.gw2.api.model.geography.Floor
 
setRestrictions(ArrayList<String>) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setRgb(RGB) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setRotation(double) - Method in class com.jrfom.gw2.api.model.events.EventSphereLocation
 
setSaturation(double) - Method in class com.jrfom.gw2.api.model.colors.MaterialColor
 
setScores(MatchScores) - Method in class com.jrfom.gw2.api.model.wvw.MatchDetails
 
setScores(MatchScores) - Method in class com.jrfom.gw2.api.model.wvw.RedHomeMap
setSectorId(int) - Method in class com.jrfom.gw2.api.model.geography.Sector
 
setSectors(ArrayList<Sector>) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setSellOrSort(String) - Method in class com.jrfom.gw2.api.model.items.BagItemProperties
 
setSignature(String) - Method in class com.jrfom.gw2.api.model.GameAssetFile
 
setSize(int) - Method in class com.jrfom.gw2.api.model.items.BagItemProperties
 
setSkillChallenges(ArrayList<SkillChallenge>) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setSkillId(int) - Method in class com.jrfom.gw2.api.model.items.UpgradeBuff
 
setStartTime(OffsetDateTime) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setStartTimeFromString(String) - Method in class com.jrfom.gw2.api.model.wvw.MatchInfo
 
setState(String) - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
setSuffix(String) - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
 
setSuffixItemId(int) - Method in class com.jrfom.gw2.api.model.items.ItemProperties
 
setTag(String) - Method in class com.jrfom.gw2.api.model.Guild
 
setTaskId(int) - Method in class com.jrfom.gw2.api.model.Task
 
setTasks(ArrayList<Task>) - Method in class com.jrfom.gw2.api.model.geography.FloorMap
 
setText(String) - Method in error com.jrfom.gw2.api.model.GwApiError
 
setTextureDimensions(Dimension) - Method in class com.jrfom.gw2.api.model.geography.Floor
 
setTimeToCraft(long) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setTrinket(TrinketItemProperties) - Method in class com.jrfom.gw2.api.model.items.TrinketItem
 
setType(String) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setType(String) - Method in class com.jrfom.gw2.api.model.events.EventLocation
 
setType(String) - Method in class com.jrfom.gw2.api.model.geography.PointOfInterest
 
setType(String) - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
 
setType(String) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setType(String) - Method in class com.jrfom.gw2.api.model.items.ItemProperties
 
setUnlockType(String) - Method in class com.jrfom.gw2.api.model.items.ConsumableItemProperties
 
setUpgradeComponent(UpgradeComponentItemProperties) - Method in class com.jrfom.gw2.api.model.items.UpgradeComponentItem
 
setVendorValue(Coins) - Method in class com.jrfom.gw2.api.model.crafting.Recipe
 
setVendorValue(Coins) - Method in class com.jrfom.gw2.api.model.items.GenericItem
 
setWeapon(WeaponItemProperties) - Method in class com.jrfom.gw2.api.model.items.WeaponItem
 
setWeightClass(String) - Method in class com.jrfom.gw2.api.model.items.ArmorItemProperties
 
setWidth(int) - Method in class com.jrfom.gw2.api.model.Dimension
 
setWorldId(int) - Method in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
setX(double) - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
setX(double) - Method in class com.jrfom.gw2.api.model.events.Range
 
setX(Number) - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
 
setY(double) - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
setY(double) - Method in class com.jrfom.gw2.api.model.events.Range
 
setY(Number) - Method in class com.jrfom.gw2.api.model.geography.MapCoordinate
 
setZ(double) - Method in class com.jrfom.gw2.api.model.events.EventCenterCoordinate
 
setzRange(Range) - Method in class com.jrfom.gw2.api.model.events.EventPolyLocation
 
silverValue() - Method in class com.jrfom.gw2.api.model.Coins
The number of in-game silver the instance represents.
SkillChallenge - Class in com.jrfom.gw2.api.model.geography
Represents the location of a skill point challenge for use by FloorMap.
SkillChallenge() - Constructor for class com.jrfom.gw2.api.model.geography.SkillChallenge
 
STATUS_ACTIVE - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
STATUS_FAIL - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
STATUS_INACTIVE - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
STATUS_PREPARATION - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
STATUS_SUCCESS - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
STATUS_WARMUP - Static variable in class com.jrfom.gw2.api.model.events.WorldEventStatus
 
subtractCopper(int) - Method in class com.jrfom.gw2.api.model.Coins
Decrease the instance's value by the specified number of in-game copper.
subtractGold(int) - Method in class com.jrfom.gw2.api.model.Coins
Decrease the instance's value by the specified number of in-game gold.
subtractSilver(int) - Method in class com.jrfom.gw2.api.model.Coins
Decrease the instance's value by the specified number of in-game silver.

T

Task - Class in com.jrfom.gw2.api.model
Represents a "Heart Renown" quest.
Task() - Constructor for class com.jrfom.gw2.api.model.Task
 
TrinketItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a trinket.
TrinketItem() - Constructor for class com.jrfom.gw2.api.model.items.TrinketItem
 
TrinketItemProperties - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a trinket.
TrinketItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.TrinketItemProperties
 
TrophyItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a trophy.
TrophyItem() - Constructor for class com.jrfom.gw2.api.model.items.TrophyItem
 
type - Variable in class com.jrfom.gw2.api.model.wvw.BloodlustBonus
 
type - Variable in class com.jrfom.gw2.api.model.wvw.RedHomeMap
 

U

UpgradeAttribute - Class in com.jrfom.gw2.api.model.items
Represents an InfixUpgrade attribute.
UpgradeAttribute() - Constructor for class com.jrfom.gw2.api.model.items.UpgradeAttribute
 
UpgradeBuff - Class in com.jrfom.gw2.api.model.items
Represents an InfixUpgrade buff property.
UpgradeBuff() - Constructor for class com.jrfom.gw2.api.model.items.UpgradeBuff
 
UpgradeComponentItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is an upgrade component.
UpgradeComponentItem() - Constructor for class com.jrfom.gw2.api.model.items.UpgradeComponentItem
 
UpgradeComponentItemProperties - Class in com.jrfom.gw2.api.model.items
Represents properties specific to an UpgradeComponentItem.
UpgradeComponentItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.UpgradeComponentItemProperties
 

W

WeaponItem - Class in com.jrfom.gw2.api.model.items
Represents and in-game item that is a weapon.
WeaponItem() - Constructor for class com.jrfom.gw2.api.model.items.WeaponItem
 
WeaponItemProperties - Class in com.jrfom.gw2.api.model.items
Represents a set of properties that are specific to a WeaponItem.
WeaponItemProperties() - Constructor for class com.jrfom.gw2.api.model.items.WeaponItemProperties
 
willSellOrSort() - Method in class com.jrfom.gw2.api.model.items.BagItemProperties
Indicates if the bag will participate in the selling or sorting actions.
WorldEventsStatusList - Class in com.jrfom.gw2.api.model.events
Models the result of /v1/events.json.
WorldEventsStatusList() - Constructor for class com.jrfom.gw2.api.model.events.WorldEventsStatusList
 
WorldEventStatus - Class in com.jrfom.gw2.api.model.events
Represents an Event status as returned by /v1/events.
WorldEventStatus() - Constructor for class com.jrfom.gw2.api.model.events.WorldEventStatus
 
WorldEventStatusListDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
WorldEventStatusListDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.WorldEventStatusListDeserializer
 
WorldEventStatusListSerializer - Class in com.jrfom.gw2.jackson.serializers
 
WorldEventStatusListSerializer() - Constructor for class com.jrfom.gw2.jackson.serializers.WorldEventStatusListSerializer
 
WorldName - Class in com.jrfom.gw2.api.model
Represents a game world name as returned by /v1/world_names.
WorldName() - Constructor for class com.jrfom.gw2.api.model.WorldName
 
WorldNamesList - Class in com.jrfom.gw2.api.model
Represents a list of game WorldNames as returned by /v1/world_names.
WorldNamesList() - Constructor for class com.jrfom.gw2.api.model.WorldNamesList
 
WvwBonusDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
WvwBonusDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.WvwBonusDeserializer
 
WvwMap - Interface in com.jrfom.gw2.api.model.wvw
Represents the status of a World vs World map as returned by /v1/wvw/match_details.
WvwMapDeserializer - Class in com.jrfom.gw2.jackson.deserializers
 
WvwMapDeserializer() - Constructor for class com.jrfom.gw2.jackson.deserializers.WvwMapDeserializer
 
A B C D E F G I L M O P R S T U W 

Copyright © 2014. All Rights Reserved.