| Name | <EntityTag.has_equipped[<item-matcher>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the entity has any armor equipment item that matches the given item matcher, using the system behind Advanced Object Matching.
For example, has_equipped[diamond_*] will return true if the entity is wearing at least one piece of diamond armor. |
| Group | element checking |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L2659 |