For AI agents: the complete documentation index is available at /llms.txt, the full documentation bundle is available at /llms-full.txt, and this page is available as Markdown at /server/enums/ScoreboardIdentityType.md.

Enumeration: ScoreboardIdentityType

scoreboard

Beta

表示分数持有者的类型。

Contains objectives and participants for the scoreboard.

Enumeration Members

Entity

Entity: "Entity"

Beta

Remarks

分数持有者是一个实体。

This scoreboard participant is tied to an entity.


FakePlayer

FakePlayer: "FakePlayer"

Beta

Remarks

分数持有者是一个虚拟玩家(通常用于存储数据或者作为抽象进度)。

This scoreboard participant is tied to a pseudo player entity - typically this is used to store scores as data or as abstract progress.


Player

Player: "Player"

Beta

Remarks

分数持有者是一位玩家。

This scoreboard participant is tied to a player.

同领域相关