Class ItemAttribute<T>

java.lang.Object
net.swofty.item.attribute.ItemAttribute<T>
Direct Known Subclasses:
ItemAttributeBreakingPower, ItemAttributeEnchantments, ItemAttributeRarity, ItemAttributeRecombobulated, ItemAttributeReforge, ItemAttributeStatistics, ItemAttributeType

public abstract class ItemAttribute<T> extends Object
  • Field Details

    • value

      public T value
  • Constructor Details

    • ItemAttribute

      protected ItemAttribute()
  • Method Details

    • getKey

      public abstract String getKey()
    • getDefaultValue

      public abstract T getDefaultValue()
    • loadFromString

      public abstract T loadFromString(String string)
    • saveIntoString

      public abstract String saveIntoString()
    • getValue

      public T getValue()
    • setValue

      public void setValue(T value)
    • registerItemAttributes

      public static void registerItemAttributes()
    • getPossibleAttributes

      public static Collection<ItemAttribute> getPossibleAttributes()