Package | Description |
---|---|
com.jrfom.gw2.api.model.crafting | |
com.jrfom.gw2.api.model.items | |
com.jrfom.gw2.jackson.serializers |
Modifier and Type | Method and Description |
---|---|
Coins |
Recipe.getVendorValue()
The amount of in-game currency the recipe is worth when selling to an
in-game vendor.
|
Modifier and Type | Method and Description |
---|---|
void |
Recipe.setVendorValue(Coins vendorValue) |
Modifier and Type | Method and Description |
---|---|
Coins |
Item.getVendorValue()
The amount of in-game currency for which the item can be sold to a vendor.
|
Coins |
GenericItem.getVendorValue()
The amount of in-game currency for which the item can be sold to a vendor.
|
Modifier and Type | Method and Description |
---|---|
void |
GenericItem.setVendorValue(Coins vendorValue) |
Modifier and Type | Method and Description |
---|---|
void |
CoinsToValueSerializer.serialize(Coins value,
com.fasterxml.jackson.core.JsonGenerator jgen,
com.fasterxml.jackson.databind.SerializerProvider provider) |
Copyright © 2014. All Rights Reserved.