Interface IShapedRecipe<T extends Container>
- All Superinterfaces:
- Recipe<T>
- All Known Implementing Classes:
- MapExtendingRecipe,- ShapedRecipe
Used to mark a recipe that shape matters so that the recipe
 book and auto crafting picks the correct shape.
 Note: These methods can't be named 'getHeight' or 'getWidth' due to obfusication issues.
- 
Method SummaryMethods inherited from interface net.minecraft.world.item.crafting.Recipeassemble, canCraftInDimensions, getGroup, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial, matches, showNotification
- 
Method Details- 
getRecipeWidthint getRecipeWidth()
- 
getRecipeHeightint getRecipeHeight()
 
-