Interface SmithingRecipe
- All Known Implementing Classes:
- SmithingTransformRecipe,- SmithingTrimRecipe
- 
Field SummaryFields inherited from interface net.minecraft.world.item.crafting.RecipeCODEC, CONDITIONAL_CODEC
- 
Method SummaryModifier and TypeMethodDescriptiondefault booleancanCraftInDimensions(int p_266835_, int p_266829_) default ItemStackdefault RecipeType<?>getType()booleanisAdditionIngredient(ItemStack p_267132_) booleanisBaseIngredient(ItemStack p_266962_) booleanisTemplateIngredient(ItemStack p_266982_) Methods inherited from interface net.minecraft.world.item.crafting.Recipeassemble, getGroup, getIngredients, getRemainingItems, getResultItem, getSerializer, isIncomplete, isSpecial, matches, showNotification
- 
Method Details- 
getType
- 
canCraftInDimensionsdefault boolean canCraftInDimensions(int p_266835_, int p_266829_) - Specified by:
- canCraftInDimensionsin interface- Recipe<Container>
 
- 
getToastSymbol- Specified by:
- getToastSymbolin interface- Recipe<Container>
 
- 
isTemplateIngredient
- 
isBaseIngredient
- 
isAdditionIngredient
 
-