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

Method getSaturation

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

Source from the content-addressed store, hash-verified

698 }
699
700 @Override
701 public float getSaturation() {
702 return isSpectatingSelf() ? ((zj) getSpectatingEntity()).cT().e() : 0;
703 }
704
705 @Override
706 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