Blockbench Reference Docs
    Preparing search index...

    Implements

    Indexable

    • [idkey: string]: any
    Index

    Constructors

    Methods

    • Returns this

    • Returns void

    • Disables the model in the preview

      Returns void

    • Enables the model in the preview

      Returns void

    • Update the appearance and visibility of the model

      Returns void

    • Returns string

    Properties

    build_data: {
        cubes?: PreviewModelCubeTemplate[];
        position?: ArrayVector3;
        prefabs?: Record<string, PrefabTemplate>;
        rotation?: ArrayVector3;
        scale?: ArrayVector3;
        texture?: string;
    }
    color: string
    enabled: boolean
    id: string
    model_3d: Object3D
    name: string
    onUpdate?: () => void
    render_side: Side
    shading: boolean
    texture?: string
    texture_size: ArrayVector2
    getActiveModels: () => PreviewModel[]
    models: Record<string, PreviewModel>
    transform_model: PreviewModel