Blockbench Reference Docs
    Preparing search index...
    interface StartScreenTextSegment {
        click?: () => void;
        list?: string[];
        text: string;
        type?: string;
    }
    Index

    Properties

    Properties

    click?: () => void
    list?: string[]
    text: string
    type?: string