MCPcopy Create free account
hub / github.com/DGVPSH/SlackOpen / isSprinting

Method isSprinting

src/main/java/net/minecraft/entity/Entity.java:2220–2223  ·  view source on GitHub ↗

Get if the Entity is sprinting.

()

Source from the content-addressed store, hash-verified

2218 * Get if the Entity is sprinting.
2219 */
2220 public boolean isSprinting()
2221 {
2222 return this.getFlag(3);
2223 }
2224
2225 /**
2226 * Set sprinting switch for Entity.

Callers 13

spawnRunningParticlesMethod · 0.95
evalMethod · 0.80
evalMethod · 0.80
setLivingAnimationsMethod · 0.80
onUpdateWalkingPlayerMethod · 0.80
onLivingUpdateMethod · 0.80
jumpMethod · 0.80
onLivingUpdateMethod · 0.80
jumpMethod · 0.80
moveEntityWithHeadingMethod · 0.80
addMovementStatMethod · 0.80

Calls 1

getFlagMethod · 0.95

Tested by

no test coverage detected