Returns the the current container the player is viewing.
if(player.container !is null) { player.container.inventory = Items.BEETROOT; }
See Implementation
Returns the the current container the player is viewing.