MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isPlayerSpectating

Method isPlayerSpectating

Minecraft-Utils/1.13/src/Variables.java:1018–1021  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1016 }
1017
1018 @Override
1019 public boolean isPlayerSpectating() {
1020 return !isSpectatingSelf() || getPlayerController().j();
1021 }
1022
1023 @Override
1024 public boolean shouldDrawHUD() {

Callers

nothing calls this directly

Calls 2

isSpectatingSelfMethod · 0.95
getPlayerControllerMethod · 0.95

Tested by

no test coverage detected