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 Detail

      • getRecipeWidth

        int getRecipeWidth()
      • getRecipeHeight

        int getRecipeHeight()