Package | Description |
---|---|
com.jrfom.gw2 | |
com.jrfom.gw2.api.model.items |
Modifier and Type | Method and Description |
---|---|
com.google.common.base.Optional<Item> |
ApiClient.getItemDetails(int itemId)
Retrieves details for a specified item localized to the English language.
|
com.google.common.base.Optional<Item> |
ApiClient.getItemDetailsInLang(int itemId,
String lang)
Retrieves details for a specified item localized to the specified
language.
|
Modifier and Type | Class and Description |
---|---|
class |
ArmorItem
Represents and in-game item that is a piece of armor.
|
class |
BagItem
Represents and in-game item that is a bag.
|
class |
ConsumableItem
Represents and in-game item that is consumable.
|
class |
ContainerItem
Represents and in-game item that is a container.
|
class |
CraftingMaterialItem
Represents and in-game item that is a crafting material.
|
class |
GenericItem
See
Item . |
class |
GizmoItem
Represents and in-game item that is a gizmo.
|
class |
MiniPetItem
Represents and in-game item that is a mini-pet.
|
class |
TrinketItem
Represents and in-game item that is a trinket.
|
class |
TrophyItem
Represents and in-game item that is a trophy.
|
class |
UpgradeComponentItem
Represents and in-game item that is an upgrade component.
|
class |
WeaponItem
Represents and in-game item that is a weapon.
|
Copyright © 2014. All Rights Reserved.