()
| 723 | } |
| 724 | |
| 725 | @Override |
| 726 | public int getFoodLevel() { |
| 727 | return isSpectatingSelf() ? ((wn) getSpectatingEntity()).cl().a() : getPlayer().cl().a(); |
| 728 | } |
| 729 | |
| 730 | @Override |
| 731 | public float getSaturation() { |
nothing calls this directly
no test coverage detected