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