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

Method getSaturation

Minecraft-Utils/1.8.8/src/Variables.java:730–733  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

728 }
729
730 @Override
731 public float getSaturation() {
732 return isSpectatingSelf() ? ((wn) getSpectatingEntity()).cl().e() : 0;
733 }
734
735 @Override
736 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