RecipeData

trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Enum entries

smelting / blasting / smoking / campfire cooking recipes

smelting / blasting / smoking / campfire cooking recipes

case NoAdditionalData(recipeType: String)
case Shaped(width: VarInt, height: VarInt, group: String, ingredients: Vector[RecipeIngredient], result: Slot)
case Shapeless(group: String, ingredients: LenPrefixedSeq[VarInt, RecipeIngredient], result: Slot)
case Smithing(base: RecipeIngredient, addition: RecipeIngredient, result: Slot)
case Stonecutting(group: String, ingredient: RecipeIngredient, result: Slot)