Class SmithingTrimRecipe
java.lang.Object
net.minecraft.world.item.crafting.SmithingTrimRecipe
- All Implemented Interfaces:
- Recipe<Container>,- SmithingRecipe
- 
Nested Class SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescription(package private) final Ingredient(package private) final Ingredient(package private) final IngredientFields inherited from interface net.minecraft.world.item.crafting.RecipeCODEC, CONDITIONAL_CODEC
- 
Constructor SummaryConstructorsConstructorDescriptionSmithingTrimRecipe(Ingredient p_267298_, Ingredient p_266862_, Ingredient p_267050_) 
- 
Method SummaryModifier and TypeMethodDescriptionassemble(Container p_267320_, RegistryAccess p_267280_) getResultItem(RegistryAccess p_266948_) booleanisAdditionIngredient(ItemStack p_266922_) booleanisBaseIngredient(ItemStack p_266795_) booleanbooleanisTemplateIngredient(ItemStack p_266762_) booleanMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.minecraft.world.item.crafting.RecipegetGroup, getIngredients, getRemainingItems, isSpecial, showNotificationMethods inherited from interface net.minecraft.world.item.crafting.SmithingRecipecanCraftInDimensions, getToastSymbol, getType
- 
Field Details- 
template
- 
base
- 
addition
 
- 
- 
Constructor Details- 
SmithingTrimRecipe
 
- 
- 
Method Details- 
matches
- 
assemble
- 
getResultItem- Specified by:
- getResultItemin interface- Recipe<Container>
 
- 
isTemplateIngredient- Specified by:
- isTemplateIngredientin interface- SmithingRecipe
 
- 
isBaseIngredient- Specified by:
- isBaseIngredientin interface- SmithingRecipe
 
- 
isAdditionIngredient- Specified by:
- isAdditionIngredientin interface- SmithingRecipe
 
- 
getSerializer- Specified by:
- getSerializerin interface- Recipe<Container>
 
- 
isIncompletepublic boolean isIncomplete()- Specified by:
- isIncompletein interface- Recipe<Container>
 
 
-