Interface ItemWritableBookTag

Flattened hieracly, extendable in declarations.

interface ItemWritableBookTag {
    author?: string;
    ench?: ItemTagEnchantment[];
    generation?: number;
    pages: ItemWritableBookTagPage[];
    title?: string;
    xuid?: string;
}

Hierarchy (view full)

Properties

author?: string

Written book author, assigned when signing book.

"Author Unknown"

List of applied enchantments in index-numeral sorting.

generation?: number

Number of written copy, 0 means original.

0

List of created pages in index-numeral sorting.

title?: string

Written book title, assigned when signing book.

xuid?: string

Linked teacher book, especially for Education Edition.

0

Copyright © 2024 Nernar. Copyright © 2020 #mineprogramming. Built with ❤ and TypeDoc.