()
| 708 | } |
| 709 | |
| 710 | @Override |
| 711 | public float getSaturation() { |
| 712 | return isSpectatingSelf() ? ((ahd) getSpectatingEntity()).ck().e() : 0; |
| 713 | } |
| 714 | |
| 715 | @Override |
| 716 | public float getHealth(Object entity) { |
nothing calls this directly
no test coverage detected