Name | <ItemTag.attribute_modifiers> |
Returns | MapTag |
Mechanism | ItemTag.attribute_modifiers |
Description | Returns a map of all attribute modifiers on the item, with key as the attribute name and value as a list of modifiers,
where each modifier is a MapTag containing keys 'name', 'amount', 'slot', 'operation', and 'id'. This is formatted in a way that can be sent back into the 'attribute_modifiers' mechanism. See also attribute modifiers. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/item/ItemAttributeModifiers.java#L82 |