| Name | contents | 
| Object | InventoryTag | 
| Input | ListTag(ItemTag) | 
| Related Tags | <InventoryTag.list_contents>Returns a list of all items in the inventory.<InventoryTag.list_contents.simple>Returns a list of all items in the inventory, without item properties.<InventoryTag.list_contents.with_lore[<lore>]>Returns a list of all items in the inventory with the specified (...)<InventoryTag.list_contents.with_lore[<lore>].simple>Returns a list of all items in the inventory with the specified (...) | 
| Description | Sets the contents of the inventory. | 
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/inventory/InventoryContents.java#L185 |