Skip to content

@minecraft/server


@minecraft/server / ScoreboardScoreInfo

Class: ScoreboardScoreInfo ​

Defined in: @minecraft/server/index.d.ts:19254

Contains a pair of a scoreboard participant and its respective score.

Properties ​

participant ​

readonly participant: ScoreboardIdentity

Defined in: @minecraft/server/index.d.ts:19261

Remarks ​

This scoreboard participant for this score.


score ​

readonly score: number

Defined in: @minecraft/server/index.d.ts:19267

Remarks ​

Score value of the identity for this objective.