Name | <EntityTag.is_sneaking> |
Returns | ElementTag(Boolean) |
Mechanism | EntityTag.is_sneaking |
Description | (Property) Whether an entity is sneaking.
For most entities this just makes the name tag less visible, and doesn't actually update the pose. |
Generated Example |
|
Group | Properties |
Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/entity/EntitySneaking.java#L11 |