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

Method setEating

src/main/java/net/minecraft/entity/Entity.java:2258–2261  ·  view source on GitHub ↗
(boolean eating)

Source from the content-addressed store, hash-verified

2256 }
2257
2258 public void setEating(boolean eating)
2259 {
2260 this.setFlag(4, eating);
2261 }
2262
2263 /**
2264 * Returns true if the flag is active for the entity. Known flags: 0) is burning; 1) is sneaking; 2) is riding

Callers

nothing calls this directly

Calls 1

setFlagMethod · 0.95

Tested by

no test coverage detected