Class BlastingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.BlastingRecipe
- All Implemented Interfaces:
Recipe<SingleRecipeInput>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
AbstractCookingRecipe.Factory<T extends AbstractCookingRecipe>, AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe> -
Field Summary
Fields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionBlastingRecipe(String pGroup, CookingBookCategory pCategory, Ingredient pIngredient, ItemStack pResult, float pExperience, int pCookingTime) -
Method Summary
Methods inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
category, cookingTime, display, experienceMethods inherited from class net.minecraft.world.item.crafting.SingleItemRecipe
assemble, group, input, matches, placementInfo, resultMethods 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
isSpecial, showNotification
-
Constructor Details
-
BlastingRecipe
public BlastingRecipe(String pGroup, CookingBookCategory pCategory, Ingredient pIngredient, ItemStack pResult, float pExperience, int pCookingTime)
-
-
Method Details
-
furnaceIcon
- Specified by:
furnaceIconin classAbstractCookingRecipe
-
getSerializer
- Specified by:
getSerializerin interfaceRecipe<SingleRecipeInput>- Specified by:
getSerializerin classAbstractCookingRecipe
-
getType
- Specified by:
getTypein interfaceRecipe<SingleRecipeInput>- Specified by:
getTypein classAbstractCookingRecipe
-
recipeBookCategory
-