| Name | <MaterialTag.is_item> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the material is a holdable item.
Note that most blocks are valid items as well. This only returns "false" for certain non-holdable "special" blocks, like Fire. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L352 |