Modifier and Type | Method and Description |
---|---|
java.util.List<AttributeModifier> |
ItemAttributes.getModifiers()
Get all modifiers in this set of attribute modifiers.
|
Modifier and Type | Method and Description |
---|---|
void |
ItemAttributes.addModifier(AttributeModifier modifier)
Add an modifier to this set of attribute modifiers for an item.
|
void |
ItemAttributes.removeModifier(AttributeModifier modifier)
Iterates over all Modifiers and removes all equals like the given modifier.
|