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

    接口 RawMessageScore

    Provides a description of a score token to use within a raw message.

    interface RawMessageScore {
        name?: string;
        objective?: string;
    }
    索引

    属性

    name?: string

    Name of the score value to match.

    objective?: string

    Name of the score value to match.