Package net.minecraft.recipe
Class CampfireCookingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.CampfireCookingRecipe
public class CampfireCookingRecipe extends AbstractCookingRecipe
-
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 ItemStackcreateIcon()Creates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked.RecipeSerializer<?>getSerializer()Methods inherited from class net.minecraft.recipe.AbstractCookingRecipe
craft, fits, getCookTime, getExperience, getGroup, getId, getIngredients, getOutput, 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
getRemainder, isIgnoredInRecipeBook
-
Constructor Details
-
CampfireCookingRecipe
public CampfireCookingRecipe(Identifier id, String group, Ingredient input, ItemStack output, float experience, int cookTime)
-
-
Method Details
-
createIcon
Creates the stack that is displayed on the recipe book tab containing this recipe, and on a toast when a recipe of this type is unlocked. Used in conjunction withAbstractCookingRecipe.getGroup(). -
getSerializer
-