Class RecipeSheet
- Namespace
- GuildWars2.Items
- Assembly
- GW2SDK.dll
Information about a recipe sheet which unlocks a recipe and possibly extra recipes when consumed.
[JsonConverter(typeof(RecipeSheetJsonConverter))]
public sealed record RecipeSheet : Unlocker, IEquatable<Item>, IEquatable<Consumable>, IEquatable<Unlocker>, IEquatable<RecipeSheet>
- Inheritance
-
RecipeSheet
- Implements
- Inherited Members
Properties
- ExtraRecipeIds
The IDs of any extra recipes that are unlocked when the item is consumed.
- RecipeId
The ID of the recipe that is unlocked when the item is consumed.
Methods
- GetExtraRecipeChatLinks()
Gets chat link objects for the extra recipes.
- GetRecipeChatLink()
Gets a chat link object for this recipe.