Blockbench Reference Docs
    Preparing search index...

    A model loader provides a way for users to create a new model that is loaded or created from code. Examples are Entity Wizard or CEM Template loader. Model loaders show up alongside formats on the start screen and in File > New.

    Implements

    Index

    Constructors

    Properties

    category?: string
    confidential: boolean
    description?: string
    format_page: FormatPage
    icon: string
    id: any
    name?: string
    onFormatPage: () => void
    onStart: () => void
    plugin?: string

    The ID of the plugin that created the object

    show_on_start_screen: boolean
    target?: string | string[]
    loaders: Record<string, ModelLoader>

    Methods

    • Returns void

    • Returns void