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() const | InventoryList | inline |
| checkResizeLock() | InventoryList | |
| clearItems() | InventoryList | |
| containsItem(const ItemStack &item, bool match_meta) const | InventoryList | |
| deleteItem(u32 i) | InventoryList | |
| deSerialize(std::istream &is) | InventoryList | |
| getItem(u32 i) const | InventoryList | inline |
| getItem(u32 i) | InventoryList | inline |
| getItems() const | InventoryList | inline |
| getName() const | InventoryList | inline |
| getSize() const | InventoryList | inline |
| getUsedSlots() const | InventoryList | |
| getWidth() const | InventoryList | inline |
| InventoryList(const std::string &name, u32 size, IItemDefManager *itemdef) | InventoryList | |
| InventoryList(const InventoryList &other) | InventoryList | inline |
| itemFits(const u32 i, const ItemStack &newitem, ItemStack *restitem=NULL) const | InventoryList | |
| m_dirty | InventoryList | private |
| m_itemdef | InventoryList | private |
| m_items | InventoryList | private |
| m_name | InventoryList | private |
| m_resize_locks | InventoryList | private |
| m_size | InventoryList | private |
| m_width | InventoryList | private |
| 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) const | InventoryList | inline |
| operator=(const InventoryList &other) | InventoryList | |
| operator==(const InventoryList &other) const | InventoryList | |
| removeItem(const ItemStack &item) | InventoryList | |
| resizeLock() | InventoryList | inline |
| ResizeLocked typedef | InventoryList | |
| roomForItem(const ItemStack &item) const | InventoryList | |
| serialize(std::ostream &os, bool incremental) const | InventoryList | |
| setModified(bool dirty=true) | InventoryList | inline |
| setName(const std::string &name) | InventoryList | |
| setSize(u32 newsize) | InventoryList | |
| setWidth(u32 newWidth) | InventoryList | |
| takeItem(u32 i, u32 takecount) | InventoryList | |
| ~InventoryList()=default | InventoryList |