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

Method getPlayerMaxHealth

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

Source from the content-addressed store, hash-verified

747 }
748
749 @Override
750 public float getPlayerMaxHealth() {
751 return (float) getPlayer().a(adh.a).e();
752 }
753
754 @Override
755 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