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