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

Method getSaturation

Minecraft-Utils/1.9/src/Variables.java:694–697  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

692 }
693
694 @Override
695 public float getSaturation() {
696 return isSpectatingSelf() ? ((zj) getSpectatingEntity()).cS().e() : 0;
697 }
698
699 @Override
700 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