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

Method isPlayerSpectating

Minecraft-Utils/1.9.4/src/Variables.java:949–952  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

947 }
948
949 @Override
950 public boolean isPlayerSpectating() {
951 return !isSpectatingSelf() || getPlayerController().a();
952 }
953
954 @Override
955 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