()
| 728 | } |
| 729 | |
| 730 | @Override |
| 731 | public float getSaturation() { |
| 732 | return isSpectatingSelf() ? ((wn) getSpectatingEntity()).cl().e() : 0; |
| 733 | } |
| 734 | |
| 735 | @Override |
| 736 | public float getHealth(Object entity) { |
nothing calls this directly
no test coverage detected