Ingredient

Information about a recipe ingredient.

Inheritors

Types

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

A currency ingredient.

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

A guild upgrade ingredient.

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

An item ingredient.

Properties

Link copied to clipboard
abstract val count: Long

This field holds the amount.

Link copied to clipboard
abstract val id: Long

This field holds the ingredient's ID.

Link copied to clipboard
abstract val type: String

This field holds the ingredient's type.