Inventory ========= Management of items in an inventory, such as a player's inventory or a chest. An ``Inventory`` object is not created directly. It is accessed through the ``inventory`` property of other objects, like :class:`~miney.player.Player` or a container :class:`~miney.node.Node`. .. autoclass:: miney.Inventory :members: