Minetest  5.4.0
Inventory Member List

This is the complete list of members for Inventory, including all inherited members.

addItem(const std::string &listname, const ItemStack &newitem)Inventoryinline
addList(const std::string &name, u32 size)Inventory
checkModified() constInventoryinline
clear()Inventory
deleteList(const std::string &name)Inventory
deSerialize(std::istream &is)Inventory
getList(const std::string &name)Inventory
getList(const std::string &name) constInventory
getListIndex(const std::string &name) constInventoryprivate
getLists()Inventory
Inventory(IItemDefManager *itemdef)Inventory
Inventory(const Inventory &other)Inventory
m_dirtyInventoryprivate
m_itemdefInventoryprivate
m_listsInventoryprivate
operator!=(const Inventory &other) constInventoryinline
operator=(const Inventory &other)Inventory
operator==(const Inventory &other) constInventory
serialize(std::ostream &os, bool incremental=false) constInventory
setModified(bool dirty=true)Inventoryinline
~Inventory()Inventory