Name | <ItemTag.is_book> |
Returns | ElementTag(Boolean) |
Description | Returns whether the item is considered an editable book.
If this returns true, it will enable access to: ItemTag.book, ItemTag.book_author, ItemTag.book_title, and ItemTag.book_pages. |
Generated Example |
|
Group | properties |
Source | https://github.com/DenizenScript/Denizen/blob/dev/plugin/src/main/java/com/denizenscript/denizen/objects/ItemTag.java#L519 |