net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

extends SingleItemRecipe

All mapped superinterfaces:

Recipe

dex
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.class_1874

Field summary

Modifier and TypeField
private final CookingBookCategory
d
category
field_40241
private final float
e
experience
field_9057
private final int
f
cookingTime
field_9058

Constructor summary

ModifierConstructor
public (String arg0, CookingBookCategory arg1, Ingredient arg2, ItemStack arg3, float arg4, int arg5)

Method summary

Modifier and TypeMethod
public abstract RecipeSerializer<? extends AbstractCookingRecipe>
a()
getSerializer()
method_8119()
public abstract RecipeType<? extends AbstractCookingRecipe>
b()
getType()
method_17716()
public float
c()
experience()
method_8171()
public int
d()
cookingTime()
method_8167()
public CookingBookCategory
e()
category()
method_45438()
protected abstract Item
f()
furnaceIcon()
method_64663()
public List<RecipeDisplay>
g()
display()
method_64664()