Class GuiItemUtil

java.lang.Object
us.talabrek.ultimateskyblock.util.GuiItemUtil

public class GuiItemUtil extends Object
  • Method Details

    • createItemFromComponentString

      public static org.bukkit.inventory.ItemStack createItemFromComponentString(String components)
    • createGuiDisplayItem

      public static org.bukkit.inventory.ItemStack createGuiDisplayItem(String material, String name)
    • createGuiDisplayItem

      public static org.bukkit.inventory.ItemStack createGuiDisplayItem(String material, String name, String description)
    • createGuiDisplayItem

      public static org.bukkit.inventory.ItemStack createGuiDisplayItem(org.bukkit.Material material, String name)
    • createGuiDisplayItem

      public static org.bukkit.inventory.ItemStack createGuiDisplayItem(org.bukkit.Material material, String name, String description)