Package net.minecraft.recipe
Class CampfireCookingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.CampfireCookingRecipe
public class CampfireCookingRecipe extends AbstractCookingRecipe
- Mappings:
Namespace Name official bqeintermediary 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
Constructors Constructor Description CampfireCookingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime) -
Method Summary
Modifier and Type Method Description ItemStackgetRecipeKindIcon()RecipeSerializer<?>getSerializer()Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
craft, fits, getCookTime, getExperience, getGroup, getId, getOutput, getPreviewInputs, getType, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.recipe.Recipe
getRemainingStacks, isEmpty, isIgnoredInRecipeBook
-
Constructor Details
-
CampfireCookingRecipe
public CampfireCookingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)- Mappings:
Namespace Name Mixin selector official <init>Lbqe;<init>(Lwb;Ljava/lang/String;Lbqk;Lbnv;FI)Vintermediary <init>Lnet/minecraft/class_3920;<init>(Lnet/minecraft/class_2960;Ljava/lang/String;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/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)V
-
-
Method Details
-
getRecipeKindIcon
- Mappings:
Namespace Name Mixin selector official hLbqn;h()Lbnv;intermediary method_17447Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;named getRecipeKindIconLnet/minecraft/recipe/Recipe;getRecipeKindIcon()Lnet/minecraft/item/ItemStack;
-
getSerializer
- Mappings:
Namespace Name Mixin selector official ai_Lbqn;ai_()Lbqp;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;
-