Blockbench Reference Docs
    Preparing search index...
    interface StartScreenSection {
        click?: Function;
        closable?: boolean;
        color?: string;
        features?: StartScreenFeature[];
        graphic?: {
            aspect_ratio?: number;
            description?: string;
            height?: number;
            icon?: string;
            source?: string;
            text_color?: string;
            type: string;
            width?: number;
        };
        insert_after?: string;
        insert_before?: string;
        last?: boolean;
        layout?: "vertical"
        | "horizontal";
        text?: StartScreenTextSegment[];
        text_color?: string;
    }
    Index

    Properties

    click?: Function
    closable?: boolean
    color?: string
    features?: StartScreenFeature[]
    graphic?: {
        aspect_ratio?: number;
        description?: string;
        height?: number;
        icon?: string;
        source?: string;
        text_color?: string;
        type: string;
        width?: number;
    }

    Type Declaration

    • Optionalaspect_ratio?: number
    • Optionaldescription?: string

      Markdown string

    • Optionalheight?: number
    • Optionalicon?: string
    • Optionalsource?: string
    • Optionaltext_color?: string
    • type: string
    • Optionalwidth?: number
    insert_after?: string
    insert_before?: string
    last?: boolean
    layout?: "vertical" | "horizontal"
    text_color?: string