Data

data class Data(val result: ItemStack, val inputIngredient: ItemStack, val inputBasePotionMeta: PotionMeta, val fuelUse: Int, val cookingTime: Int)

A brewing recipe.

Constructors

Link copied to clipboard
constructor(result: ItemStack, inputIngredient: ItemStack, inputBasePotionMeta: PotionMeta, fuelUse: Int, cookingTime: Int)

Properties

Link copied to clipboard

brew duration in ticks

Link copied to clipboard

blaze-powder fuel consumed

Link copied to clipboard
val inputBasePotionMeta: PotionMeta

required base potion in the bottom slots

Link copied to clipboard
val inputIngredient: ItemStack

ingredient in the top slot

Link copied to clipboard
val result: ItemStack

the produced item

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int