Package net.minecraft.recipe
Class SmeltingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.SmeltingRecipe
public class SmeltingRecipe extends AbstractCookingRecipe
-
Field Summary
Fields inherited from class net.minecraft.recipe.AbstractCookingRecipe
cookTime, experience, group, id, input, output, type -
Constructor Summary
Constructors Constructor Description SmeltingRecipe(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
-
SmeltingRecipe
public SmeltingRecipe(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
-