Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
InventoryList Member List

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

addItem(const ItemStack &newitem)InventoryList
addItem(u32 i, const ItemStack &newitem)InventoryList
changeItem(u32 i, const ItemStack &newitem)InventoryList
checkModified() constInventoryListinline
checkResizeLock()InventoryList
clearItems()InventoryList
containsItem(const ItemStack &item, bool match_meta) constInventoryList
deleteItem(u32 i)InventoryList
deSerialize(std::istream &is)InventoryList
getItem(u32 i) constInventoryListinline
getItem(u32 i)InventoryListinline
getItems() constInventoryListinline
getName() constInventoryListinline
getSize() constInventoryListinline
getUsedSlots() constInventoryList
getWidth() constInventoryListinline
InventoryList(const std::string &name, u32 size, IItemDefManager *itemdef)InventoryList
InventoryList(const InventoryList &other)InventoryListinline
itemFits(const u32 i, const ItemStack &newitem, ItemStack *restitem=NULL) constInventoryList
m_dirtyInventoryListprivate
m_itemdefInventoryListprivate
m_itemsInventoryListprivate
m_nameInventoryListprivate
m_resize_locksInventoryListprivate
m_sizeInventoryListprivate
m_widthInventoryListprivate
moveItem(u32 i, InventoryList *dest, u32 dest_i, u32 count=0, bool swap_if_needed=true, bool *did_swap=NULL)InventoryList
moveItemSomewhere(u32 i, InventoryList *dest, u32 count)InventoryList
operator!=(const InventoryList &other) constInventoryListinline
operator=(const InventoryList &other)InventoryList
operator==(const InventoryList &other) constInventoryList
removeItem(const ItemStack &item)InventoryList
resizeLock()InventoryListinline
ResizeLocked typedefInventoryList
roomForItem(const ItemStack &item) constInventoryList
serialize(std::ostream &os, bool incremental) constInventoryList
setModified(bool dirty=true)InventoryListinline
setName(const std::string &name)InventoryList
setSize(u32 newsize)InventoryList
setWidth(u32 newWidth)InventoryList
takeItem(u32 i, u32 takecount)InventoryList
~InventoryList()=defaultInventoryList