Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ getPlayerMaxHealth
Method
getPlayerMaxHealth
Minecraft-Utils/1.8/src/Variables.java:727–730 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
725
}
726
727
@Override
728
public
float getPlayerMaxHealth() {
729
return
(float) getPlayer().a(afs.a).e();
730
}
731
732
@Override
733
public
int
getPlayerArmor() {
Callers
nothing calls this directly
Calls
3
getPlayer
Method · 0.95
e
Method · 0.45
a
Method · 0.45
Tested by
no test coverage detected