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

Method isHungerPotionActive

Minecraft-Utils/1.8/src/Variables.java:821–824  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

819 }
820
821 @Override
822 public boolean isHungerPotionActive() {
823 return getPlayer().a(wp.s);
824 }
825
826 @Override
827 public ItemStack getItemInMainHand() {

Callers

nothing calls this directly

Calls 2

getPlayerMethod · 0.95
aMethod · 0.45

Tested by

no test coverage detected