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