Sets the slot the entity has in its hand.
if(player.inventory.held.empty) { player.inventory.held = new Items.Apple(); player.sendMessage("Hey, hold this"); }
See Implementation
Sets the slot the entity has in its hand.