接口 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.