Interface IRecipeHandler


public interface IRecipeHandler
  • Method Summary

    Modifier and Type Method Description
    IRecipe addRecipe​(java.lang.String name, boolean global, net.minecraft.item.ItemStack result, int width, int height, net.minecraft.item.ItemStack... recipe)  
    IRecipe addRecipe​(java.lang.String name, boolean global, net.minecraft.item.ItemStack result, java.lang.Object... objects)  
    IRecipe delete​(int id)  
    java.util.List<IRecipe> getCarpentryList()  
    java.util.List<IRecipe> getGlobalList()  
  • Method Details

    • getGlobalList

      java.util.List<IRecipe> getGlobalList()
    • getCarpentryList

      java.util.List<IRecipe> getCarpentryList()
    • addRecipe

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

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

      IRecipe delete​(int id)