接口 IShapedRecipe<T extends Container>
- 所有超级接口:
Recipe<T>
- 所有已知实现类:
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.
-
方法概要
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
assemble, canCraftInDimensions, getGroup, getId, getIngredients, getRemainingItems, getResultItem, getSerializer, getToastSymbol, getType, isIncomplete, isSpecial, matches, showNotification
-
方法详细资料
-
getRecipeWidth
int getRecipeWidth() -
getRecipeHeight
int getRecipeHeight()
-