Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/5zig/The-5zig-Mod
/ isHungerPotionActive
Method
isHungerPotionActive
Minecraft-Utils/1.9.4/src/Variables.java:822–825 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
820
}
821
822
@Override
823
public
boolean isHungerPotionActive() {
824
return
getPlayer().a(rm.q);
825
}
826
827
@Override
828
public
ItemStack getItemInMainHand() {
Callers
nothing calls this directly
Calls
2
getPlayer
Method · 0.95
a
Method · 0.45
Tested by
no test coverage detected