Class ItemAttributes


  • @Deprecated
    public class ItemAttributes
    extends java.lang.Object
    Deprecated.
    Item ItemModifier NMS Used from 1.8.8 - 1.13
    • Constructor Summary

      Constructors 
      Constructor Description
      ItemAttributes()
      Deprecated.
       
    • Method Summary

      Modifier and Type Method Description
      static org.bukkit.inventory.ItemStack addAttribute​(org.bukkit.inventory.ItemStack itemStack, Attribute attribute)
      Deprecated.
       
      static java.util.List<Attribute> getAttributes​(org.bukkit.inventory.ItemStack itemStack)
      Deprecated.
       
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ItemAttributes

        public ItemAttributes()
        Deprecated.
    • Method Detail

      • addAttribute

        public static org.bukkit.inventory.ItemStack addAttribute​(org.bukkit.inventory.ItemStack itemStack,
                                                                  Attribute attribute)
        Deprecated.
      • getAttributes

        public static java.util.List<Attribute> getAttributes​(org.bukkit.inventory.ItemStack itemStack)
        Deprecated.