| Name | <InventoryTag.find_all_items[<matcher>]> |
| Returns | ListTag |
| Description | Returns a list of the location of all slots that contains an item that matches the given item matcher.
Returns an empty list if there's no match. Uses the system behind Advanced Object Matching. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java#L1887 |