CampfireRecipeType

Key: minecraft:campfire_cooking

Despite the vanilla default cooking time being 100 ticks, we set it to 600 ticks here to match the actual in-game behavior

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open override fun addRecipe(recipe: CampfireRecipeWrapper)
Link copied to clipboard
open override fun getKey(): NamespacedKey
Link copied to clipboard
Link copied to clipboard
open operator override fun iterator(): Iterator<CampfireRecipeWrapper>
Link copied to clipboard
open override fun key(): @NotNull Key
Link copied to clipboard
open fun loadFromConfig(config: ConfigSection)
Link copied to clipboard
fun register()
Link copied to clipboard
open override fun removeRecipe(recipe: NamespacedKey)
Link copied to clipboard