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. Note that sneak is also available. |
Generated Example |
|
Group | Properties |
Requires | Paper |
Source | https://github.com/DenizenScript/Denizen/blob/dev/paper/src/main/java/com/denizenscript/denizen/paper/properties/EntitySneaking.java#L12 |