net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

extends SingleItemRecipe

All mapped superinterfaces:

Recipe

dbk
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.class_1874
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.world.item.crafting.RecipeCooking

Field summary

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

Constructor summary

ModifierConstructor
public (String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime)

Method summary

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