()
| 692 | } |
| 693 | |
| 694 | @Override |
| 695 | public float getSaturation() { |
| 696 | return isSpectatingSelf() ? ((zj) getSpectatingEntity()).cS().e() : 0; |
| 697 | } |
| 698 | |
| 699 | @Override |
| 700 | public float getHealth(Object entity) { |
nothing calls this directly
no test coverage detected