Class NBTItem

    • Constructor Detail

      • NBTItem

        public NBTItem​(org.bukkit.inventory.ItemStack item)
    • Method Detail

      • convertItemtoNBT

        public static NBTContainer convertItemtoNBT​(org.bukkit.inventory.ItemStack item)
      • convertNBTtoItem

        public static org.bukkit.inventory.ItemStack convertNBTtoItem​(NBTCompound comp)
      • setCompound

        protected void setCompound​(java.lang.Object compound)
        Overrides:
        setCompound in class NBTCompound
      • getItem

        public org.bukkit.inventory.ItemStack getItem()
      • setItem

        protected void setItem​(org.bukkit.inventory.ItemStack item)