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

Method isPlayerSpectating

Minecraft-Utils/1.8.9/src/Variables.java:970–973  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

968 }
969
970 @Override
971 public boolean isPlayerSpectating() {
972 return !isSpectatingSelf() || getPlayerController().a();
973 }
974
975 @Override
976 public boolean shouldDrawHUD() {

Callers

nothing calls this directly

Calls 3

isSpectatingSelfMethod · 0.95
getPlayerControllerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected