@minecraft
    正在准备搜索索引...

    接口 PartyInfo实验性

    Contains information about a player's party membership. This object is a snapshot of the player's party state at the time it was retrieved and is not kept up to date.

    interface PartyInfo {
        isLeader: boolean;
        partyId: string;
    }
    索引

    属性

    isLeader: boolean

    Whether this player is the leader of their party.

    partyId: string

    The unique identifier of the party this player belongs to.