Class AbstractCookingRecipe
java.lang.Object
net.minecraft.world.item.crafting.AbstractCookingRecipe
- Direct Known Subclasses:
 BlastingRecipe,CampfireCookingRecipe,SmeltingRecipe,SmokingRecipe
- 
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final CookingBookCategoryprotected final intprotected final floatprotected final Stringprotected final Ingredientprotected final ItemStackprotected final RecipeType<?> - 
Constructor Summary
ConstructorsConstructorDescriptionAbstractCookingRecipe(RecipeType<?> p_250197_, String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_)  - 
Method Summary
Modifier and TypeMethodDescriptionassemble(Container p_43746_, RegistryAccess p_267063_) booleancanCraftInDimensions(int p_43743_, int p_43744_) category()intfloatgetGroup()getResultItem(RegistryAccess p_266851_) RecipeType<?>getType()booleanMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getSerializer, getToastSymbol, isIncomplete, isSpecial, showNotification 
- 
Field Details
- 
type
 - 
category
 - 
group
 - 
ingredient
 - 
result
 - 
experience
protected final float experience - 
cookingTime
protected final int cookingTime 
 - 
 - 
Constructor Details
- 
AbstractCookingRecipe
public AbstractCookingRecipe(RecipeType<?> p_250197_, String p_249518_, CookingBookCategory p_250891_, Ingredient p_251354_, ItemStack p_252185_, float p_252165_, int p_250256_)  
 - 
 - 
Method Details
- 
matches
 - 
assemble
 - 
canCraftInDimensions
public boolean canCraftInDimensions(int p_43743_, int p_43744_) - Specified by:
 canCraftInDimensionsin interfaceRecipe<Container>
 - 
getIngredients
- Specified by:
 getIngredientsin interfaceRecipe<Container>
 - 
getExperience
public float getExperience() - 
getResultItem
- Specified by:
 getResultItemin interfaceRecipe<Container>
 - 
getGroup
 - 
getCookingTime
public int getCookingTime() - 
getType
 - 
category
 
 -