| Name | <EntityTag.attached_offset[(<player>)]> |
| Returns | LocationTag |
| Description | Returns the offset of an attachment for this entity to another that was attached 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#L2848 |