Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isPlayerNull
Method
isPlayerNull
Minecraft-Utils/1.8/src/Variables.java:573–576 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
571
}
572
573
@Override
574
public
boolean isPlayerNull() {
575
return
getPlayer() == null;
576
}
577
578
@Override
579
public
boolean isTerrainLoading() {
Callers
nothing calls this directly
Calls
1
getPlayer
Method · 0.95
Tested by
no test coverage detected