Package net.minecraft.recipe
Class CampfireCookingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.CampfireCookingRecipe
- Mappings:
Namespace Name official cfgintermediary net/minecraft/class_3920named net/minecraft/recipe/CampfireCookingRecipe
-
Field Summary
Fields inherited from class net.minecraft.recipe.AbstractCookingRecipe
cookTime, experience, group, id, input, output, type -
Constructor Summary
ConstructorsConstructorDescriptionCampfireCookingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) -
Method Summary
Modifier and TypeMethodDescriptionReturns an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked.Returns the serializer associated with this recipe.Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
craft, fits, getCookTime, getExperience, getGroup, getId, getIngredients, getOutput, getType, matches, method_45438Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
getRemainder, isEmpty, isIgnoredInRecipeBook
-
Constructor Details
-
CampfireCookingRecipe
public CampfireCookingRecipe(Identifier id, String group, class_7709 class_7709, Ingredient ingredient, ItemStack itemStack, float float2, int int2) - Mappings:
Namespace Name Mixin selector official <init>Lcfg;<init>(Labv;Ljava/lang/String;Lcfh;Lcfo;Lccw;FI)Vintermediary <init>Lnet/minecraft/class_3920;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Vnamed <init>Lnet/minecraft/recipe/CampfireCookingRecipe;<init>(Lnet/minecraft/util/Identifier;Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V
-
-
Method Details
-
createIcon
Returns an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked. This can be interpreted as a catalyst for the recipe.- Returns:
- an item rendered on the top left of the output preview on the recipe toast when a new recipe is unlocked
- Mappings:
Namespace Name Mixin selector official iLcfr;i()Lccw;intermediary method_17447Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;named createIconLnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;
-
getSerializer
Returns the serializer associated with this recipe.- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector official W_Lcfr;W_()Lcft;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-