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

Method getPlayerHealth

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

Source from the content-addressed store, hash-verified

742 }
743
744 @Override
745 public float getPlayerHealth() {
746 return getHealth(getPlayer());
747 }
748
749 @Override
750 public float getPlayerMaxHealth() {

Callers

nothing calls this directly

Calls 2

getHealthMethod · 0.95
getPlayerMethod · 0.95

Tested by

no test coverage detected