Class CraftingRecipeList

java.lang.Object
btw.crafting.recipe.CraftingRecipeList

public abstract class CraftingRecipeList extends Object
  • Constructor Details

    • CraftingRecipeList

      public CraftingRecipeList()
  • Method Details

    • addRecipes

      public static void addRecipes()
    • addSubBlockRecipesOfType

      public static void addSubBlockRecipesOfType(Block fullBlock, int iFullBlockMetadata, Block sidingAndCornerBlock, Block mouldingBlock, ItemStack slabStack, boolean bIncludeFence)
    • addSubBlockRecipesOfType

      public static void addSubBlockRecipesOfType(Block fullBlock, int iFullBlockInputMetadata, int iFullBlockOutputMetadata, Block sidingAndCornerBlock, Block mouldingBlock, ItemStack slabStack, boolean bIncludeFence)