| Name | is_sprinting |
| Object | EntityTag |
| Input | ElementTag(Boolean) |
| Related Tags | <EntityTag.is_sprinting> (Property) Returns whether an entity is sprinting.
|
| Description | (Property) Sets whether an entity is sprinting.
While this can be set for all entities, it only has an effect on the client's player. |
| Generated Example | |
| Group | Properties |
| Source | https://github.com/DenizenScript/Clientizen/blob/master/src/main/java/com/denizenscript/clientizen/objects/properties/entity/EntitySprinting.java#L11 |