Interface IRecipeHandler


public interface IRecipeHandler
  • Method Details

    • getGlobalList

      List<IRecipe> getGlobalList()
    • getCarpentryList

      List<IRecipe> getCarpentryList()
    • addRecipe

      IRecipe addRecipe(String name, boolean global, net.minecraft.world.item.ItemStack result, Object... objects)
    • addRecipe

      IRecipe addRecipe(String name, boolean global, net.minecraft.world.item.ItemStack result, int width, int height, net.minecraft.world.item.ItemStack... recipe)
    • delete

      IRecipe delete(int id)