Class AbstractCookingRecipe
java.lang.Object
net.minecraft.world.item.crafting.AbstractCookingRecipe
- Direct Known Subclasses:
BlastingRecipe
,CampfireCookingRecipe
,SmeltingRecipe
,SmokingRecipe
-
Field Summary
Modifier and TypeFieldDescriptionprivate final CookingBookCategory
protected final int
protected final float
protected final String
protected final ResourceLocation
protected final Ingredient
protected final ItemStack
protected final RecipeType<?>
-
Constructor Summary
ConstructorDescriptionAbstractCookingRecipe
(RecipeType<?> p_250197_, ResourceLocation p_249379_, 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_) boolean
canCraftInDimensions
(int p_43743_, int p_43744_) category()
int
float
getGroup()
getId()
getResultItem
(RegistryAccess p_266851_) RecipeType<?>
getType()
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, getSerializer, getToastSymbol, isIncomplete, isSpecial, showNotification
-
Field Details
-
type
-
id
-
category
-
group
-
ingredient
-
result
-
experience
protected final float experience -
cookingTime
protected final int cookingTime
-
-
Constructor Details
-
AbstractCookingRecipe
public AbstractCookingRecipe(RecipeType<?> p_250197_, ResourceLocation p_249379_, 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:
canCraftInDimensions
in interfaceRecipe<Container>
-
getIngredients
- Specified by:
getIngredients
in interfaceRecipe<Container>
-
getExperience
public float getExperience() -
getResultItem
- Specified by:
getResultItem
in interfaceRecipe<Container>
-
getGroup
-
getCookingTime
public int getCookingTime() -
getId
-
getType
-
category
-