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

Method getSaturation

Minecraft-Utils/1.8/src/Variables.java:710–713  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

708 }
709
710 @Override
711 public float getSaturation() {
712 return isSpectatingSelf() ? ((ahd) getSpectatingEntity()).ck().e() : 0;
713 }
714
715 @Override
716 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