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.9/src/Variables.java:744–747 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
742
}
743
744
@Override
745
public
float getPlayerMaxHealth() {
746
return
(float) getPlayer().a(vy.a).e();
747
}
748
749
@Override
750
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