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

    接口 ScoreboardObjectiveDisplayOptions

    表示记分项显示位置配置。描述了如何在记分板显示位置上显示记分项。

    Contains additional options for how a scoreboard should be displayed within its display slot.

    interface ScoreboardObjectiveDisplayOptions {
        objective: ScoreboardObjective;
        sortOrder?: ObjectiveSortOrder;
    }
    索引

    属性

    要显示的记分项。

    Objective to be displayed.

    sortOrder?: ObjectiveSortOrder

    记分项条目的显示排序顺序。

    The sort order to display the objective items within.