interface ExtractNBTSchemasFromFullWikiNBTPageDataOptions {
    category?: WikiNBTSchemaCategory;
    generateIDs?: boolean;
    replaceSchemaRootTagDescriptionsWithDescriptionText?: boolean;
    refNameResolver(
        schemaName: string,
        schemaCategory: WikiNBTSchemaCategory,
    ): string;
}

Hierarchy (View Summary)

Properties

The category of the NBT schemas.

"others"
generateIDs?: boolean

Whether to generate IDs for the NBT schemas.

true
replaceSchemaRootTagDescriptionsWithDescriptionText?: boolean

Whether to replace the root tag description with the description text.

false

Methods