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

Method getAir

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

Source from the content-addressed store, hash-verified

2287 }
2288
2289 public int getAir()
2290 {
2291 return this.dataWatcher.getWatchableObjectShort(1);
2292 }
2293
2294 public void setAir(int air)
2295 {

Callers 5

writeToNBTMethod · 0.95
renderPlayerStatsMethod · 0.80
onEntityUpdateMethod · 0.80
onEntityUpdateMethod · 0.80
drawRenderItemPhysicsMethod · 0.80

Calls 1

Tested by

no test coverage detected