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

Method getItemInMainHand

Minecraft-Utils/1.9.4/src/Variables.java:827–830  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

825 }
826
827 @Override
828 public ItemStack getItemInMainHand() {
829 return getPlayer().cc() == null ? null : new WrappedItemStack(getPlayer().cc());
830 }
831
832 @Override
833 public ItemStack getItemInOffHand() {

Callers

nothing calls this directly

Calls 1

getPlayerMethod · 0.95

Tested by

no test coverage detected