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

Method getSaturation

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

Source from the content-addressed store, hash-verified

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