Package net.minecraft.recipe
Class SmokingRecipe
java.lang.Object
net.minecraft.recipe.SingleStackRecipe
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.SmokingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/SmokingRecipeintermediary net/minecraft/class_3862official dga
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.AbstractCookingRecipe
AbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe>, AbstractCookingRecipe.Serializer<T extends AbstractCookingRecipe> -
Field Summary
Fields inherited from interface net.minecraft.recipe.Recipe
CODEC, KEY_CODEC, PACKET_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionSmokingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) -
Method Summary
Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
getCategory, getCookingTime, getDisplays, getExperienceMethods inherited from class net.minecraft.recipe.SingleStackRecipe
craft, getGroup, getIngredientPlacement, ingredient, matches, resultMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
isIgnoredInRecipeBook, showNotification
-
Constructor Details
-
SmokingRecipe
public SmokingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/AbstractCookingRecipe;<init>(Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Vintermediary <init>Lnet/minecraft/class_1874;<init>(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Vofficial <init>Ldeh;<init>(Ljava/lang/String;Lden;Ldex;Ldak;FI)V
-
-
Method Details
-
getCookerItem
- Specified by:
getCookerItemin classAbstractCookingRecipe- Mappings:
Namespace Name Mixin selector named getCookerItemLnet/minecraft/recipe/AbstractCookingRecipe;getCookerItem()Lnet/minecraft/item/Item;intermediary method_64663Lnet/minecraft/class_1874;method_64663()Lnet/minecraft/class_1792;official fLdeh;f()Ldag;
-
getType
Returns the type of this recipe.The
typein the recipe JSON format is the serializer instead.- Specified by:
getTypein interfaceRecipe<SingleStackRecipeInput>- Specified by:
getTypein classAbstractCookingRecipe- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector named getTypeLnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;intermediary method_17716Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;official bLdfb;b()Ldfm;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializerin interfaceRecipe<SingleStackRecipeInput>- Specified by:
getSerializerin classAbstractCookingRecipe- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;official aLdfb;a()Ldfl;
-
getRecipeBookCategory
- Mappings:
Namespace Name Mixin selector named getRecipeBookCategoryLnet/minecraft/recipe/Recipe;getRecipeBookCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;intermediary method_64668Lnet/minecraft/class_1860;method_64668()Lnet/minecraft/class_10355;official hLdfb;h()Ldfe;
-