Class AttributeWrapper

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Constructor Summary

      Constructors 
      Constructor Description
      AttributeWrapper(Attribute attribute, AttributeModifier modifier, EquipmentSlotGroup slot, ConfigurationSection display)
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Attribute getAttribute()
      final AttributeModifier getModifier()
      final EquipmentSlotGroup getSlot()
      final Unit addToBuilder(ItemAttributeModifiers.Builder builder)
      final static <Error class: unknown class> fromString(String attribute)
      • Methods inherited from class java.lang.Object

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

      • AttributeWrapper

        AttributeWrapper(Attribute attribute, AttributeModifier modifier, EquipmentSlotGroup slot, ConfigurationSection display)