@minecraft
    正在准备搜索索引...

    接口 DiagnosticsStat

    Represents a single stat entry with a name and optional values to be pushed to a DiagnosticsView.

    interface DiagnosticsStat {
        name: string;
        values?: (string | number)[];
    }
    索引

    属性

    属性

    name: string

    The name identifier for this stat entry.

    values?: (string | number)[]

    Optional array of numeric or string values associated with this stat entry.