net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

implements Recipe<Container>

cfy
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.class_1874
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.src.C_1451_
net.minecraft.world.item.crafting.RecipeCooking

Field summary

Modifier and TypeField
protected final RecipeType<?>
a
type
field_17544
type
f_43726_
protected final ResourceLocation
b
id
field_9060
id
f_43727_
private final CookingBookCategory
h
category
field_40241
category
f_243702_
protected final String
c
group
field_9062
group
f_43728_
protected final Ingredient
d
ingredient
field_9061
input
f_43729_
protected final ItemStack
e
result
field_9059
output
f_43730_
protected final float
f
experience
field_9057
experience
f_43731_
protected final int
g
cookingTime
field_9058
cookTime
f_43732_

Constructor summary

ModifierConstructor
public (RecipeType<?> type, ResourceLocation id, String group, CookingBookCategory category, Ingredient input, ItemStack output, float experience, int cookTime)

Method summary

Modifier and TypeMethod
public boolean
a(bcf arg0, cjw arg1)
matches(Container arg0, Level arg1)
method_8115(class_1263 arg0, class_1937 arg1)
matches(Inventory arg0, World arg1)
m_5818_(C_464_ p_43749_, C_1596_ arg1)
public ItemStack
a(bcf arg0)
assemble(Container arg0)
method_8116(class_1263 arg0)
craft(Inventory arg0)
m_5874_(C_464_ arg0)
public boolean
a(int arg0, int arg1)
canCraftInDimensions(int arg0, int arg1)
method_8113(int arg0, int arg1)
fits(int arg0, int arg1)
m_8004_(int p_43744_, int arg1)
public NonNullList<Ingredient>
a()
getIngredients()
method_8117()
getIngredients()
m_7527_()
public float
b()
getExperience()
method_8171()
getExperience()
m_43750_()
public ItemStack
c()
getResultItem()
method_8110()
getOutput()
m_8043_()
public String
d()
getGroup()
method_8112()
getGroup()
m_6076_()
public int
e()
getCookingTime()
method_8167()
getCookTime()
m_43753_()
public ResourceLocation
f()
getId()
method_8114()
getId()
m_6423_()
public RecipeType<?>
g()
getType()
method_17716()
getType()
m_6671_()
public CookingBookCategory
h()
category()
method_45438()
getCategory()
m_245534_()