| Name | sitting |
| Object | EntityTag |
| Input | ElementTag(Boolean) |
| Related Tags | <EntityTag.sitting> If the entity is a wolf, cat, or parrot, returns whether the animal is sitting.
|
| Description | Changes the sitting state of a wolf, cat, or parrot. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/entity/EntitySitting.java#L80 |