Name | <ItemTag.repairable> |
Returns | ElementTag(Boolean) |
Description | Returns whether the item can be repaired.
If this returns true, it will enable access to: ItemTag.durability, ItemTag.max_durability, and ItemTag.durability. Note that due to odd design choices in Spigot, this is effectively true for all items, even though the durability value of most items is locked at zero. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java#L504 |