Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
getHealth
Method · 0.95
getPlayer
Method · 0.95
Tested by
no test coverage detected