CampfireRecipeIngredients

@Serializable
@ConfigSerializable
class CampfireRecipeIngredients(val input: ItemStack, val experience: Float, val cookingTime: Int) : SerializableRecipeIngredients

Constructors

Link copied to clipboard
fun CampfireRecipeIngredients(input: ItemStack, experience: Float, cookingTime: Int)

Functions

Link copied to clipboard
open override fun toRecipe(key: Key, result: ItemStack, group: String): Recipe

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@Serializable(with = ItemStackSerializer::class)
val input: ItemStack