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