接口 IShapedRecipe<T extends RecipeInput>
- 所有超级接口:
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
CODEC, STREAM_CODEC
-
方法概要
从接口继承的方法 net.minecraft.world.item.crafting.Recipe
assemble, display, getSerializer, getType, group, isSpecial, matches, placementInfo, recipeBookCategory, showNotification
-
方法详细资料
-
getRecipeWidth
int getRecipeWidth() -
getRecipeHeight
int getRecipeHeight()
-