Class ItemIcon

java.lang.Object
org.bukkit.inventory.ItemStack
io.github.djtpj.gui.ItemIcon
All Implemented Interfaces:
Cloneable, org.bukkit.configuration.serialization.ConfigurationSerializable, org.bukkit.Translatable

public class ItemIcon extends org.bukkit.inventory.ItemStack
  • Constructor Summary

    Constructors
    Constructor
    Description
    ItemIcon(String name, String description, org.bukkit.ChatColor color, org.bukkit.Material material)
     
    ItemIcon(org.json.simple.JSONObject object)
     
  • Method Summary

    Methods inherited from class org.bukkit.inventory.ItemStack

    addEnchantment, addEnchantments, addUnsafeEnchantment, addUnsafeEnchantments, clone, containsEnchantment, deserialize, equals, getAmount, getData, getDurability, getEnchantmentLevel, getEnchantments, getItemMeta, getMaxStackSize, getTranslationKey, getType, hashCode, hasItemMeta, isSimilar, removeEnchantment, serialize, setAmount, setData, setDurability, setItemMeta, setType, toString

    Methods inherited from class java.lang.Object

    finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • ItemIcon

      public ItemIcon(@Nullable String name, @Nullable String description, @Nullable org.bukkit.ChatColor color, @Nullable org.bukkit.Material material)
    • ItemIcon

      public ItemIcon(org.json.simple.JSONObject object)