Name | <EntityTag.has_attribute[<attribute>]> |
Returns | ElementTag(Boolean) |
Description | Returns whether the entity has the named 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#L73 |