Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerHealth
Method
getPlayerHealth
Minecraft-Utils/1.13/src/Variables.java:758–761 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
756
}
757
758
@Override
759
public
float getPlayerHealth() {
760
return
getHealth(getPlayer());
761
}
762
763
@Override
764
public
float getPlayerMaxHealth() {
Callers
nothing calls this directly
Calls
2
getHealth
Method · 0.95
getPlayer
Method · 0.95
Tested by
no test coverage detected