net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

implements Recipe<Container>

bwi
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.class_1874
net.minecraft.unmapped.C_hpjdwiwu
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
f_kzmcrahk
type
f_43726_
protected final ResourceLocation
b
id
field_9060
f_jcxxiwzz
id
f_43727_
protected final String
c
group
field_9062
f_atnnnipf
group
f_43728_
protected final Ingredient
d
ingredient
field_9061
f_culwfhra
input
f_43729_
protected final ItemStack
e
result
field_9059
f_sacvucfx
output
f_43730_
protected final float
f
experience
field_9057
f_ebsrrwyb
experience
f_43731_
protected final int
g
cookingTime
field_9058
f_nmnwzbay
cookTime
f_43732_

Constructor summary

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

Method summary

Modifier and TypeMethod
public boolean
a(avj arg0, cad arg1)
matches(Container arg0, Level arg1)
method_8115(class_1263 arg0, class_1937 arg1)
m_jjsxdttb(C_pjtstjoq arg0, C_cdctfzbn arg1)
matches(Inventory arg0, World arg1)
m_5818_(C_464_ p_43749_, C_1596_ arg1)
public ItemStack
a(avj arg0)
assemble(Container arg0)
method_8116(class_1263 arg0)
m_tikgmnde(C_pjtstjoq 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)
m_nxpzgwsq(int arg0, int arg1)
fits(int arg0, int arg1)
m_8004_(int p_43744_, int arg1)
public NonNullList<Ingredient>
a()
getIngredients()
method_8117()
m_njccjhdt()
getIngredients()
m_7527_()
public float
b()
getExperience()
method_8171()
m_iphifltu()
getExperience()
m_43750_()
public ItemStack
c()
getResultItem()
method_8110()
m_edscftkq()
getOutput()
m_8043_()
public String
d()
getGroup()
method_8112()
m_umvnhtgd()
getGroup()
m_6076_()
public int
e()
getCookingTime()
method_8167()
m_pnrjaplr()
getCookTime()
m_43753_()
public ResourceLocation
f()
getId()
method_8114()
m_eyyxmyfx()
getId()
m_6423_()
public RecipeType<?>
g()
getType()
method_17716()
m_ttbvwfef()
getType()
m_6671_()