Class IFurnaceRecipe

java.lang.Object
studio.magemonkey.codex.util.craft.api.IAbstractRecipe
studio.magemonkey.codex.util.craft.api.IFurnaceRecipe

public class IFurnaceRecipe extends IAbstractRecipe
  • Constructor Details

    • IFurnaceRecipe

      public IFurnaceRecipe(@NotNull org.bukkit.plugin.java.JavaPlugin plugin, @NotNull String id, @NotNull org.bukkit.inventory.ItemStack result, float exp, double time)
  • Method Details

    • addIngredient

      public void addIngredient(@NotNull org.bukkit.inventory.ItemStack ing)
    • addIngredient

      public void addIngredient(int slot, @Nullable org.bukkit.inventory.ItemStack ing)
      Specified by:
      addIngredient in class IAbstractRecipe
    • getRecipe

      @NotNull public org.bukkit.inventory.Recipe getRecipe()
      Specified by:
      getRecipe in class IAbstractRecipe
    • getInput

      @Nullable public org.bukkit.inventory.ItemStack getInput()
    • getExp

      public float getExp()
    • getTime

      public int getTime()