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