MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / getFoodLevel

Method getFoodLevel

Minecraft-Utils/1.8.9/src/Variables.java:722–725  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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() {

Callers

nothing calls this directly

Calls 4

isSpectatingSelfMethod · 0.95
getSpectatingEntityMethod · 0.95
getPlayerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected