Contains a pair of a scoreboard participant and its respective score.
export class ScoreboardScoreInfo { private constructor(); readonly participant: ScoreboardIdentity; readonly score: number;} Copy
export class ScoreboardScoreInfo { private constructor(); readonly participant: ScoreboardIdentity; readonly score: number;}
Private
Readonly
This scoreboard participant for this score.
This property can't be read in early-execution mode.
Score value of the identity for this objective.
Contains a pair of a scoreboard participant and its respective score.
Source