Blockbench Reference Docs
    Preparing search index...

    Variable PluginsConst

    Plugins: {
        all: Plugin[];
        api_path: string;
        currently_loading: string;
        dialog: null | Dialog;
        download_stats: {};
        installed: PluginInstallation[];
        json: any;
        loading_promise: null | Promise<void>;
        path: string;
        registered: Record<string, Plugin>;
        Vue: Vue | null;
        devReload(): void;
        sort(): void;
    }

    Type Declaration

    • all: Plugin[]

      All loaded plugins, including plugins from the store that are not installed

    • api_path: string

      The currently used path to the plugin API

    • currently_loading: string
    • dialog: null | Dialog

      The plugins window

    • download_stats: {}
    • installed: PluginInstallation[]

      Data about which plugins are installed

    • json: any
    • loading_promise: null | Promise<void>
    • path: string
    • registered: Record<string, Plugin>
    • Vue: Vue | null
    • devReload: function
      • Dev reload all side-loaded plugins

        Returns void

    • sort: function
      • Update sort order of existing plugins

        Returns void