Ingredient

Information about a recipe ingredient.

Inheritors

Types

Link copied to clipboard
data class Currency(val type: String, val id: Int, val count: Int) : GW2v2Recipe.Ingredient

A currency ingredient.

Link copied to clipboard
data class GuildUpgrade(val type: String, val id: Int, val count: Int) : GW2v2Recipe.Ingredient

A guild upgrade ingredient.

Link copied to clipboard
data class Item(val type: String, val id: Int, val count: Int) : GW2v2Recipe.Ingredient

An item ingredient.

Properties

Link copied to clipboard
abstract val count: Int

This field holds the amount.

Link copied to clipboard
abstract val id: Int

This field holds the ingredient's ID.

Link copied to clipboard
abstract val type: String

This field holds the ingredient's type.