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

Method setAir

src/main/java/net/minecraft/entity/Entity.java:2294–2297  ·  view source on GitHub ↗
(int air)

Source from the content-addressed store, hash-verified

2292 }
2293
2294 public void setAir(int air)
2295 {
2296 this.dataWatcher.updateObject(1, (short) air);
2297 }
2298
2299 /**
2300 * Called when a lightning bolt hits the entity.

Callers 4

readFromNBTMethod · 0.95
onEntityUpdateMethod · 0.80
onLivingUpdateMethod · 0.80
onEntityUpdateMethod · 0.80

Calls 1

updateObjectMethod · 0.80

Tested by

no test coverage detected