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

Method getPlayerMaxHealth

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

Source from the content-addressed store, hash-verified

715 }
716
717 @Override
718 public float getPlayerMaxHealth() {
719 return (float) getPlayer().a(yt.a).e();
720 }
721
722 @Override
723 public int getPlayerArmor() {

Callers

nothing calls this directly

Calls 3

getPlayerMethod · 0.95
eMethod · 0.45
aMethod · 0.45

Tested by

no test coverage detected