Class SmeltingRecipe
java.lang.Object
net.minecraft.world.item.crafting.AbstractCookingRecipe
net.minecraft.world.item.crafting.SmeltingRecipe
- All Implemented Interfaces:
Recipe<SingleRecipeInput>
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
AbstractCookingRecipe.Factory<T extends AbstractCookingRecipe> -
Field Summary
Fields inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
category, cookingTime, experience, group, ingredient, result, typeFields inherited from interface net.minecraft.world.item.crafting.Recipe
CODEC, CONDITIONAL_CODEC, STREAM_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionSmeltingRecipe(String pGroup, CookingBookCategory pCategory, Ingredient pIngredient, ItemStack pResult, float pExperience, int pCookingTime) -
Method Summary
Methods inherited from class net.minecraft.world.item.crafting.AbstractCookingRecipe
assemble, canCraftInDimensions, category, getCookingTime, getExperience, getGroup, getIngredients, getResultItem, getType, matchesMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.Recipe
getRemainingItems, isIncomplete, isSpecial, showNotification
-
Constructor Details
-
SmeltingRecipe
public SmeltingRecipe(String pGroup, CookingBookCategory pCategory, Ingredient pIngredient, ItemStack pResult, float pExperience, int pCookingTime)
-
-
Method Details
-
getToastSymbol
-
getSerializer
-