Package net.minecraft.recipe
Interface CraftingRecipe
- All Superinterfaces:
Recipe<CraftingInventory>
- All Known Implementing Classes:
ArmorDyeRecipe
,BannerDuplicateRecipe
,BookCloningRecipe
,FireworkRocketRecipe
,FireworkStarFadeRecipe
,FireworkStarRecipe
,MapCloningRecipe
,MapExtendingRecipe
,RepairItemRecipe
,ShapedRecipe
,ShapelessRecipe
,ShieldDecorationRecipe
,ShulkerBoxColoringRecipe
,SpecialCraftingRecipe
,SuspiciousStewRecipe
,TippedArrowRecipe
public interface CraftingRecipe extends Recipe<CraftingInventory>
-
Method Summary
Modifier and Type Method Description default RecipeType<?>
getType()
Methods inherited from interface net.minecraft.recipe.Recipe
craft, fits, getGroup, getId, getOutput, getPreviewInputs, getRecipeKindIcon, getRemainingStacks, getSerializer, isIgnoredInRecipeBook, matches
-
Method Details
-
getType
- Specified by:
getType
in interfaceRecipe<CraftingInventory>
-