MCPcopy Create free account
hub / github.com/5zig/The-5zig-Mod / isHungerPotionActive

Method isHungerPotionActive

Minecraft-Utils/1.8.8/src/Variables.java:841–844  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

839 }
840
841 @Override
842 public boolean isHungerPotionActive() {
843 return getPlayer().a(pe.s);
844 }
845
846 @Override
847 public ItemStack getItemInMainHand() {

Callers

nothing calls this directly

Calls 2

getPlayerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected