()
| 739 | } |
| 740 | |
| 741 | @Override |
| 742 | public int getFoodLevel() { |
| 743 | return isSpectatingSelf() ? ((aoc) getSpectatingEntity()).dw().a() : getPlayer().dw().a(); |
| 744 | } |
| 745 | |
| 746 | @Override |
| 747 | public float getSaturation() { |
nothing calls this directly
no test coverage detected