接口 IShapedRecipe<T extends RecipeInput>

所有超级接口:
Recipe<T>
所有已知实现类:
MapExtendingRecipe, ShapedRecipe

public interface IShapedRecipe<T extends RecipeInput> extends Recipe<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.
  • 方法详细资料

    • getRecipeWidth

      int getRecipeWidth()
    • getRecipeHeight

      int getRecipeHeight()