inventorytag.contains_item out of 3914 meta-documentation entries...| Name | <InventoryTag.contains_item[<matcher>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the inventory contains any item that matches the specified item matcher.
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#L1453 |
| Name | <InventoryTag.contains_item[<matcher>].quantity[<#>]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the inventory contains a certain number of items that match the specified item matcher.
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#L1467 |