| Name | <EntityTag.attached_to[(<player>)]> |
| Returns | EntityTag |
| Description | Returns the entity that this entity was attached to by attach.
Optionally, specify a player. If specified, will return entity attachment visible to that player. If not specified, returns any entity global attachment. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L2828 |