Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isPlayerSpectating
Method
isPlayerSpectating
Minecraft-Utils/1.12.2/src/Variables.java:993–996 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
991
}
992
993
@Override
994
public
boolean isPlayerSpectating() {
995
return
!isSpectatingSelf() || getPlayerController().a();
996
}
997
998
@Override
999
public
boolean shouldDrawHUD() {
Callers
nothing calls this directly
Calls
3
isSpectatingSelf
Method · 0.95
getPlayerController
Method · 0.95
a
Method · 0.45
Tested by
no test coverage detected