()
| 744 | } |
| 745 | |
| 746 | @Override |
| 747 | public float getSaturation() { |
| 748 | return isSpectatingSelf() ? ((aoc) getSpectatingEntity()).dw().e() : 0; |
| 749 | } |
| 750 | |
| 751 | @Override |
| 752 | public float getHealth(Object entity) { |
nothing calls this directly
no test coverage detected