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

Method getSaturation

Minecraft-Utils/1.12.2/src/Variables.java:732–735  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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