Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DGVPSH/SlackOpen
/ isSneaking
Method
isSneaking
src/main/java/net/minecraft/entity/Entity.java:2204–2207 ·
view source on GitHub ↗
Returns if this entity is sneaking.
()
Source
from the content-addressed store, hash-verified
2202
* Returns
if
this entity is sneaking.
2203
*/
2204
public
boolean isSneaking()
2205
{
2206
return
this.getFlag(1);
2207
}
2208
2209
/**
2210
* Sets the sneaking flag.
Callers
15
moveEntity
Method · 0.95
eval
Method · 0.45
render
Method · 0.45
eval
Method · 0.45
activateBlockOrUseItem
Method · 0.45
onFallenUpon
Method · 0.45
onLanded
Method · 0.45
onEntityCollidedWithBlock
Method · 0.45
moveEntityWithHeading
Method · 0.45
apply
Method · 0.45
apply
Method · 0.45
apply
Method · 0.45
Calls
1
getFlag
Method · 0.95
Tested by
no test coverage detected