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

Method getFoodLevel

Minecraft-Utils/1.11.2/src/Variables.java:728–731  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

726 }
727
728 @Override
729 public int getFoodLevel() {
730 return isSpectatingSelf() ? ((aay) getSpectatingEntity()).da().a() : getPlayer().da().a();
731 }
732
733 @Override
734 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