SerenityJS
    Preparing search index...

    Interface ScoreboardObjectiveDisplayOptions

    interface ScoreboardObjectiveDisplayOptions {
        objective: ScoreboardObjective;
        player?: Player;
        sortOrder: ObjectiveSortOrder;
    }
    Index

    Properties

    The objective to display.

    player?: Player

    Whether or not to display to a specific player. If not specified, the display will be global.

    sortOrder: ObjectiveSortOrder

    The sorting order to display the scores of the objective.