MCPcopy 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

moveEntityMethod · 0.95
evalMethod · 0.45
renderMethod · 0.45
evalMethod · 0.45
onFallenUponMethod · 0.45
onLandedMethod · 0.45
moveEntityWithHeadingMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45
applyMethod · 0.45

Calls 1

getFlagMethod · 0.95

Tested by

no test coverage detected