Class ItemTier
java.lang.Object
com.github.relativobr.supreme.util.ItemTier
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
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)
-