Class SimpleSmithingRecipe
java.lang.Object
net.minecraft.world.item.crafting.SimpleSmithingRecipe
- All Implemented Interfaces:
Recipe<SmithingRecipeInput>, SmithingRecipe
- Direct Known Subclasses:
SmithingTransformRecipe, SmithingTrimRecipe
-
Nested Class Summary
Nested classes/interfaces inherited from interface Recipe
Recipe.BookInfo<CategoryType>, Recipe.CommonInfo -
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final Recipe.CommonInfoprivate @Nullable PlacementInfoFields inherited from interface Recipe
CODEC, CONDITIONAL_CODEC, KEY_CODEC, STREAM_CODEC -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract PlacementInfoabstract RecipeSerializer<? extends SimpleSmithingRecipe> group()final booleanMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmithingRecipe
additionIngredient, baseIngredient, getType, matches, recipeBookCategory, templateIngredient
-
Field Details
-
commonInfo
-
placementInfo
-
-
Constructor Details
-
SimpleSmithingRecipe
-
-
Method Details
-
getSerializer
- Specified by:
getSerializerin interfaceRecipe<SmithingRecipeInput>- Specified by:
getSerializerin interfaceSmithingRecipe
-
placementInfo
- Specified by:
placementInfoin interfaceRecipe<SmithingRecipeInput>
-
createPlacementInfo
-
group
- Specified by:
groupin interfaceRecipe<SmithingRecipeInput>
-
showNotification
public final boolean showNotification()- Specified by:
showNotificationin interfaceRecipe<SmithingRecipeInput>
-