()
| 703 | } |
| 704 | |
| 705 | @Override |
| 706 | public int getFoodLevel() { |
| 707 | return isSpectatingSelf() ? ((ahd) getSpectatingEntity()).ck().a() : getPlayer().ck().a(); |
| 708 | } |
| 709 | |
| 710 | @Override |
| 711 | public float getSaturation() { |
nothing calls this directly
no test coverage detected