Class RecipeEconomyItem

java.lang.Object
studio.magemonkey.fusion.data.recipes.RecipeEconomyItem
All Implemented Interfaces:
RecipeItem

public class RecipeEconomyItem extends Object implements RecipeItem
  • Constructor Details

    • RecipeEconomyItem

      public RecipeEconomyItem(String itemName, int amount)
  • Method Details

    • getAmount

      public int getAmount()
      Specified by:
      getAmount in interface RecipeItem
    • asItemType

      public studio.magemonkey.codex.api.items.ItemType asItemType()
    • getItemStack

      public org.bukkit.inventory.ItemStack getItemStack()
      Specified by:
      getItemStack in interface RecipeItem
    • toConfig

      public String toConfig()
      Specified by:
      toConfig in interface RecipeItem
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object