@Gw2ApiVersion(value="v1") public class ConsumableItemProperties extends Object
ConsumableItem
.Constructor and Description |
---|
ConsumableItemProperties() |
Modifier and Type | Method and Description |
---|---|
int |
getRecipeId()
If the consumable unlocks a recipe, this identifies the recipe that will
be unlocked.
|
String |
getType()
Retrieve the type of the consumable.
|
String |
getUnlockType()
If the consumable is of type "Unlock", this details what sort of
unlock.
|
void |
setRecipeId(int recipeId) |
void |
setType(String type) |
void |
setUnlockType(String unlockType) |
public String getType()
Retrieve the type of the consumable. Possible values are:
public void setType(String type)
public String getUnlockType()
public void setUnlockType(String unlockType)
public int getRecipeId()
Recipe
id.public void setRecipeId(int recipeId)
Copyright © 2014. All Rights Reserved.