Name | <EntityTag.attribute_modifiers> |
Returns | MapTag |
Mechanism | EntityTag.attribute_modifiers |
Description | Returns a map of all attribute modifiers on the entity, 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/entity/EntityAttributeModifiers.java#L275 |