Name | <EntityTag.attribute_base_value[<attribute>]> |
Returns | ElementTag(Decimal) |
Mechanism | EntityTag.attribute_base_values |
Description | Returns the base value of the named attribute for the entity.
See also EntityTag.has_attribute. Valid attribute names are listed at https://hub.spigotmc.org/javadocs/spigot/org/bukkit/attribute/Attribute.html See also attribute modifiers. |
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntityAttributeBaseValues.java#L116 |