Blockbench Reference Docs
    Preparing search index...
    StartScreen: {
        addSection: typeof addStartScreenSection;
        loaders: {};
        vue: null | Vue & any;
        open(): void;
        updateThumbnails(model_paths?: string[]): void;
    }

    Type Declaration

    • addSection: typeof addStartScreenSection
    • loaders: {}
    • vue: null | Vue & any
    • open: function
      • Returns void

    • updateThumbnails: function
      • Parameters

        • Optionalmodel_paths: string[]

        Returns void