Class SmokingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SingleItemRecipe
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.SmokingRecipe
- 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
ConstructorsConstructorDescriptionSmokingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) -
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
-
SmokingRecipe
public SmokingRecipe(String group, CookingBookCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime)
-
-
Method Details
-
furnaceIcon
- Specified by:
furnaceIconin classAbstractCookingRecipe
-
getType
- Specified by:
getTypein interfaceRecipe<SingleRecipeInput>- Specified by:
getTypein classAbstractCookingRecipe
-
getSerializer
- Specified by:
getSerializerin interfaceRecipe<SingleRecipeInput>- Specified by:
getSerializerin classAbstractCookingRecipe
-
recipeBookCategory
-