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

Method getFoodLevel

Minecraft-Utils/1.9.4/src/Variables.java:695–698  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

693 }
694
695 @Override
696 public int getFoodLevel() {
697 return isSpectatingSelf() ? ((zj) getSpectatingEntity()).cT().a() : getPlayer().cT().a();
698 }
699
700 @Override
701 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