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

Method getPlayerMaxHealth

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

Source from the content-addressed store, hash-verified

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