Package net.minecraft.recipe
Class CampfireCookingRecipe
java.lang.Object
net.minecraft.recipe.SingleStackRecipe
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.CampfireCookingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/CampfireCookingRecipe
intermediary net/minecraft/class_3920
official dbo
-
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, PACKET_CODEC
-
Constructor Summary
ConstructorDescriptionCampfireCookingRecipe
(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, getExperience
Methods inherited from class net.minecraft.recipe.SingleStackRecipe
craft, getGroup, getIngredientPlacement, ingredient, matches, result
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface net.minecraft.recipe.Recipe
isIgnoredInRecipeBook, showNotification
-
Constructor Details
-
CampfireCookingRecipe
public CampfireCookingRecipe(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)V
intermediary <init>
Lnet/minecraft/class_1874;<init>(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)V
official <init>
Ldbj;<init>(Ljava/lang/String;Ldbp;Ldbz;Lcxo;FI)V
-
-
Method Details
-
getCookerItem
- Specified by:
getCookerItem
in classAbstractCookingRecipe
- Mappings:
Namespace Name Mixin selector named getCookerItem
Lnet/minecraft/recipe/AbstractCookingRecipe;getCookerItem()Lnet/minecraft/item/Item;
intermediary method_64663
Lnet/minecraft/class_1874;method_64663()Lnet/minecraft/class_1792;
official f
Ldbj;f()Lcxk;
-
getSerializer
Returns the serializer associated with this recipe.- Specified by:
getSerializer
in interfaceRecipe<SingleStackRecipeInput>
- Specified by:
getSerializer
in classAbstractCookingRecipe
- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializer
Lnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
intermediary method_8119
Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;
official a
Ldcd;a()Ldcn;
-
getType
Returns the type of this recipe.The
type
in the recipe JSON format is the serializer instead.- Specified by:
getType
in interfaceRecipe<SingleStackRecipeInput>
- Specified by:
getType
in classAbstractCookingRecipe
- Returns:
- the type of this recipe
- Mappings:
Namespace Name Mixin selector named getType
Lnet/minecraft/recipe/Recipe;getType()Lnet/minecraft/recipe/RecipeType;
intermediary method_17716
Lnet/minecraft/class_1860;method_17716()Lnet/minecraft/class_3956;
official b
Ldcd;b()Ldco;
-
getRecipeBookCategory
- Mappings:
Namespace Name Mixin selector named getRecipeBookCategory
Lnet/minecraft/recipe/Recipe;getRecipeBookCategory()Lnet/minecraft/recipe/book/RecipeBookCategory;
intermediary method_64668
Lnet/minecraft/class_1860;method_64668()Lnet/minecraft/class_10355;
official h
Ldcd;h()Ldcg;
-