Interface IRecipe


public interface IRecipe
  • Method Details

    • getName

      java.lang.String getName()
    • isGlobal

      boolean isGlobal()
    • setIsGlobal

      void setIsGlobal​(boolean bo)
    • getIgnoreNBT

      boolean getIgnoreNBT()
    • setIgnoreNBT

      void setIgnoreNBT​(boolean bo)
    • getIgnoreDamage

      boolean getIgnoreDamage()
    • setIgnoreDamage

      void setIgnoreDamage​(boolean bo)
    • getWidth

      int getWidth()
    • getHeight

      int getHeight()
    • getResult

      net.minecraft.item.ItemStack getResult()
    • getRecipe

      net.minecraft.item.ItemStack[] getRecipe()
    • saves

      void saves​(boolean bo)
      Parameters:
      bo - Whether or not the recipe saves with customnpcs recipes
    • saves

      boolean saves()
    • save

      void save()
    • delete

      void delete()
    • getId

      int getId()