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

Method getPlayerMaxHealth

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

Source from the content-addressed store, hash-verified

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