Package net.swofty.item.attribute
Class ItemAttribute<T>
java.lang.Object
net.swofty.item.attribute.ItemAttribute<T>
- Direct Known Subclasses:
ItemAttributeBreakingPower
,ItemAttributeEnchantments
,ItemAttributeRarity
,ItemAttributeRecombobulated
,ItemAttributeReforge
,ItemAttributeStatistics
,ItemAttributeType
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract T
abstract String
getKey()
static Collection<ItemAttribute>
getValue()
abstract T
loadFromString
(String string) static void
abstract String
void
-
Field Details
-
value
-
-
Constructor Details
-
ItemAttribute
protected ItemAttribute()
-
-
Method Details
-
getKey
-
getDefaultValue
-
loadFromString
-
saveIntoString
-
getValue
-
setValue
-
registerItemAttributes
public static void registerItemAttributes() -
getPossibleAttributes
-