Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
readFromNBT
Method · 0.95
onEntityUpdate
Method · 0.80
onLivingUpdate
Method · 0.80
onEntityUpdate
Method · 0.80
Calls
1
updateObject
Method · 0.80
Tested by
no test coverage detected