Class ItemTier

java.lang.Object
com.github.relativobr.supreme.util.ItemTier

public class ItemTier extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static org.bukkit.inventory.ItemStack[]
    getEpicRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
     
    static org.bukkit.inventory.ItemStack[]
    getLegendaryRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
     
    static org.bukkit.inventory.ItemStack[]
    getMagicRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
     
    static org.bukkit.inventory.ItemStack[]
    getRareRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
     
    static org.bukkit.inventory.ItemStack[]
    getSupremeRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ItemTier

      public ItemTier()
  • Method Details

    • getMagicRecipe

      public static org.bukkit.inventory.ItemStack[] getMagicRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
    • getRareRecipe

      public static org.bukkit.inventory.ItemStack[] getRareRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
    • getEpicRecipe

      public static org.bukkit.inventory.ItemStack[] getEpicRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
    • getLegendaryRecipe

      public static org.bukkit.inventory.ItemStack[] getLegendaryRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)
    • getSupremeRecipe

      public static org.bukkit.inventory.ItemStack[] getSupremeRecipe(io.github.thebusybiscuit.slimefun5.api.items.SlimefunItemStack preItem)