@Gw2ApiVersion(value="v1") public class Recipe extends Object
Constructor and Description |
---|
Recipe() |
Modifier and Type | Method and Description |
---|---|
ArrayList<String> |
getDisciplines()
The list of crafting disciplines (e.g.
|
ArrayList<String> |
getFlags()
Extra details about the recipe.
|
ArrayList<Ingredient> |
getIngredients()
A list of
Ingredient s required
to craft the recipe. |
int |
getMinRating()
The minimum crafting skill rating required to craft the recipe.
|
int |
getOutputItemCount()
The number of an
Item that crafting
this recipe will produce. |
int |
getOutputItemId()
The unique identifier for the resulting
Item . |
int |
getRecipeId()
The unique identifier for the recipe.
|
long |
getTimeToCraft()
The time it will take to craft the recipe.
|
String |
getType()
The type of item produced by the recipe.
|
Coins |
getVendorValue()
The amount of in-game currency the recipe is worth when selling to an
in-game vendor.
|
void |
setDisciplines(ArrayList<String> disciplines) |
void |
setFlags(ArrayList<String> flags) |
void |
setIngredients(ArrayList<Ingredient> ingredients) |
void |
setMinRating(int minRating) |
void |
setOutputItemCount(int outputItemCount) |
void |
setOutputItemId(int outputItemId) |
void |
setRecipeId(int recipeId) |
void |
setTimeToCraft(long timeToCraft) |
void |
setType(String type) |
void |
setVendorValue(Coins vendorValue) |
public int getRecipeId()
public void setRecipeId(int recipeId)
public String getType()
Ingredient
s
into a coat.public void setType(String type)
public int getOutputItemId()
Item
.public void setOutputItemId(int outputItemId)
public int getOutputItemCount()
Item
that crafting
this recipe will produce.public void setOutputItemCount(int outputItemCount)
public int getMinRating()
public void setMinRating(int minRating)
public long getTimeToCraft()
public void setTimeToCraft(long timeToCraft)
public Coins getVendorValue()
Coins
.public void setVendorValue(Coins vendorValue)
public ArrayList<String> getDisciplines()
public ArrayList<String> getFlags()
public ArrayList<Ingredient> getIngredients()
Ingredient
s required
to craft the recipe.Ingredient
instances.public void setIngredients(ArrayList<Ingredient> ingredients)
Copyright © 2014. All Rights Reserved.