Package net.minecraft.recipe
Class SmeltingRecipe
java.lang.Object
net.minecraft.recipe.AbstractCookingRecipe
net.minecraft.recipe.SmeltingRecipe
- All Implemented Interfaces:
Recipe<SingleStackRecipeInput>
- Mappings:
Namespace Name named net/minecraft/recipe/SmeltingRecipeintermediary net/minecraft/class_3861official dak
-
Nested Class Summary
Nested classes/interfaces inherited from class net.minecraft.recipe.AbstractCookingRecipe
AbstractCookingRecipe.RecipeFactory<T extends AbstractCookingRecipe> -
Field Summary
Fields inherited from class net.minecraft.recipe.AbstractCookingRecipe
category, cookingTime, experience, group, ingredient, result, typeFields inherited from interface net.minecraft.recipe.Recipe
CODEC, PACKET_CODEC -
Constructor Summary
ConstructorsConstructorDescriptionSmeltingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) -
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, getCategory, getCookingTime, getExperience, getGroup, getResult, getType, matches, method_61671Methods 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, showNotification
-
Constructor Details
-
SmeltingRecipe
public SmeltingRecipe(String group, CookingRecipeCategory category, Ingredient ingredient, ItemStack result, float experience, int cookingTime) - Mappings:
Namespace Name Mixin selector named <init>Lnet/minecraft/recipe/SmeltingRecipe;<init>(Ljava/lang/String;Lnet/minecraft/recipe/book/CookingRecipeCategory;Lnet/minecraft/recipe/Ingredient;Lnet/minecraft/item/ItemStack;FI)Vintermediary <init>Lnet/minecraft/class_3861;<init>(Ljava/lang/String;Lnet/minecraft/class_7709;Lnet/minecraft/class_1856;Lnet/minecraft/class_1799;FI)Vofficial <init>Ldak;<init>(Ljava/lang/String;Lczg;Lczp;Lcvl;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 named createIconLnet/minecraft/recipe/Recipe;createIcon()Lnet/minecraft/item/ItemStack;intermediary method_17447Lnet/minecraft/class_1860;method_17447()Lnet/minecraft/class_1799;official gLczt;g()Lcvl;
-
getSerializer
Returns the serializer associated with this recipe.- Returns:
- the serializer associated with this recipe
- Mappings:
Namespace Name Mixin selector named getSerializerLnet/minecraft/recipe/Recipe;getSerializer()Lnet/minecraft/recipe/RecipeSerializer;intermediary method_8119Lnet/minecraft/class_1860;method_8119()Lnet/minecraft/class_1865;official as_Lczt;as_()Lczy;
-