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

Method getPlayerMaxHealth

Minecraft-Utils/1.13/src/Variables.java:763–766  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

761 }
762
763 @Override
764 public float getPlayerMaxHealth() {
765 return (float) getPlayer().a(ang.a).e();
766 }
767
768 @Override
769 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