Name | leash_holder |
Object | EntityTag |
Input | EntityTag |
Related Tags | <EntityTag.is_leashed> Returns whether the entity is leashed.
<EntityTag.leash_holder> Returns the leash holder of entity.
|
Description | Sets the entity holding this entity by leash.
The entity must be living. |
Generated Example |
|
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/EntityTag.java#L3478 |