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

Method getItemInMainHand

Minecraft-Utils/1.10/src/Variables.java:860–863  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

858 }
859
860 @Override
861 public ItemStack getItemInMainHand() {
862 return getPlayer().cf() == null ? null : new WrappedItemStack(getPlayer().cf());
863 }
864
865 @Override
866 public ItemStack getItemInOffHand() {

Callers

nothing calls this directly

Calls 1

getPlayerMethod · 0.95

Tested by

no test coverage detected