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

Method getSaturation

Minecraft-Utils/1.13/src/Variables.java:746–749  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

744 }
745
746 @Override
747 public float getSaturation() {
748 return isSpectatingSelf() ? ((aoc) getSpectatingEntity()).dw().e() : 0;
749 }
750
751 @Override
752 public float getHealth(Object entity) {

Callers

nothing calls this directly

Calls 3

isSpectatingSelfMethod · 0.95
getSpectatingEntityMethod · 0.95
eMethod · 0.45

Tested by

no test coverage detected