net.minecraft.world.item.crafting

public abstract class AbstractCookingRecipe

implements Recipe<Container>

cyg
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 CookingBookCategory
b
category
field_40241
category
f_243702_
protected final String
c
group
field_9062
group
f_43728_
protected final Ingredient
d
ingredient
field_9061
ingredient
f_43729_
protected final ItemStack
e
result
field_9059
result
f_43730_
protected final float
f
experience
field_9057
experience
f_43731_
protected final int
g
cookingTime
field_9058
cookingTime
f_43732_

Constructor summary

ModifierConstructor
public (RecipeType<?> type, String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime)

Method summary

Modifier and TypeMethod
public boolean
a(bqp arg0, dca 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(bqp arg0, jk$a arg1)
assemble(Container arg0, HolderLookup$Provider arg1)
method_8116(class_1263 arg0, class_7225$class_7874 arg1)
craft(Inventory arg0, RegistryWrapper$WrapperLookup arg1)
m_5874_(C_464_ p_335957_, C_213466_$C_254607_ arg1)
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
a(jk$a arg0)
getResultItem(HolderLookup$Provider arg0)
method_8110(class_7225$class_7874 arg0)
getResult(RegistryWrapper$WrapperLookup arg0)
m_8043_(C_213466_$C_254607_ arg0)
public String
c()
getGroup()
method_8112()
getGroup()
m_6076_()
public int
d()
getCookingTime()
method_8167()
getCookingTime()
m_43753_()
public RecipeType<?>
e()
getType()
method_17716()
getType()
m_6671_()
public CookingBookCategory
f()
category()
method_45438()
getCategory()
m_245534_()