Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
spawnRunningParticles
Method · 0.95
eval
Method · 0.80
eval
Method · 0.80
setLivingAnimations
Method · 0.80
onUpdateWalkingPlayer
Method · 0.80
onLivingUpdate
Method · 0.80
jump
Method · 0.80
onLivingUpdate
Method · 0.80
attackTargetEntityWithCurrentItem
Method · 0.80
jump
Method · 0.80
moveEntityWithHeading
Method · 0.80
addMovementStat
Method · 0.80
Calls
1
getFlag
Method · 0.95
Tested by
no test coverage detected