Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isPlayerNull
Method
isPlayerNull
Minecraft-Utils/1.12.2/src/Variables.java:589–592 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
587
}
588
589
@Override
590
public
boolean isPlayerNull() {
591
return
getPlayer() == null;
592
}
593
594
@Override
595
public
boolean isTerrainLoading() {
Callers
nothing calls this directly
Calls
1
getPlayer
Method · 0.95
Tested by
no test coverage detected