| Name | <InventoryTag.find_item[<matcher>]> |
| Returns | ElementTag(Number) |
| Description | Returns the location of the first slot that contains an item that matches the given item matcher.
Returns -1 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#L1863 |