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