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

Method getPlayerHealth

Minecraft-Utils/1.10/src/Variables.java:745–748  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

getHealthMethod · 0.95
getPlayerMethod · 0.95

Tested by

no test coverage detected