()
| 1016 | } |
| 1017 | |
| 1018 | @Override |
| 1019 | public boolean isPlayerSpectating() { |
| 1020 | return !isSpectatingSelf() || getPlayerController().j(); |
| 1021 | } |
| 1022 | |
| 1023 | @Override |
| 1024 | public boolean shouldDrawHUD() { |
nothing calls this directly
no test coverage detected