| Name | <InventoryTag.can_fit[<item>|...]> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the inventory can fit an item, or list of items.
When giving multiple item inputs, the tag will only return true if every item can be added to the inventory at once. If only some fit, the tag will return false. |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/InventoryTag.java#L1213 |