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

Method isEating

src/main/java/net/minecraft/entity/Entity.java:2253–2256  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2251 }
2252
2253 public boolean isEating()
2254 {
2255 return this.getFlag(4);
2256 }
2257
2258 public void setEating(boolean eating)
2259 {

Callers 2

onUpdateMethod · 0.80
onUpdateMethod · 0.80

Calls 1

getFlagMethod · 0.95

Tested by

no test coverage detected