()
| 731 | } |
| 732 | |
| 733 | @Override |
| 734 | public float getSaturation() { |
| 735 | return isSpectatingSelf() ? ((aeb) getSpectatingEntity()).di().e() : 0; |
| 736 | } |
| 737 | |
| 738 | @Override |
| 739 | public float getHealth(Object entity) { |
nothing calls this directly
no test coverage detected