Name | <InventoryTag.list_contents.with_lore[<element>].simple> |
Returns | ListTag(ItemTag) |
Mechanism | InventoryTag.contents |
Description | Returns a list of all items in the inventory with the specified
lore, without item properties. Color codes are ignored. |
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/properties/inventory/InventoryContents.java#L175 |