| Name | <MaterialTag.is_interactable> |
| Returns | ElementTag(Boolean) |
| Description | Returns whether the material can be interacted with.
Some blocks such as piston heads and stairs are considered interactable. Note that this will return true if at least one state of a material has interaction handling. |
| Generated Example | |
| Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/MaterialTag.java#L364 |