Gets the slot the entity has in its hand.
if(player.inventory.held == Items.SWORD) { player.sendMessage("Attack!"); }
See Implementation
Gets the slot the entity has in its hand.