Interface IShapedRecipe<T extends IInventory>
-
- All Superinterfaces:
IRecipe<T>
- All Known Implementing Classes:
MapExtendingRecipe
,ShapedRecipe
public interface IShapedRecipe<T extends IInventory> extends IRecipe<T>
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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getRecipeHeight()
int
getRecipeWidth()
-
Methods inherited from interface net.minecraft.item.crafting.IRecipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, getType, isSpecial, matches
-
-