Package net.minecraft.item.crafting
Interface ICraftingRecipe
-
- All Superinterfaces:
IRecipe<CraftingInventory>
- All Known Implementing Classes:
ArmorDyeRecipe
,BannerDuplicateRecipe
,BookCloningRecipe
,FireworkRocketRecipe
,FireworkStarFadeRecipe
,FireworkStarRecipe
,MapCloningRecipe
,MapExtendingRecipe
,RepairItemRecipe
,ShapedRecipe
,ShapelessRecipe
,ShieldRecipes
,ShulkerBoxColoringRecipe
,SpecialRecipe
,SuspiciousStewRecipe
,TippedArrowRecipe
public interface ICraftingRecipe extends IRecipe<CraftingInventory>
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default IRecipeType<?>
getType()
-
Methods inherited from interface net.minecraft.item.crafting.IRecipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, isSpecial, matches
-
-
-
-
Method Detail
-
getType
default IRecipeType<?> getType()
- Specified by:
getType
in interfaceIRecipe<CraftingInventory>
-
-