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

    接口 AllowListEntry

    Represents an entry to use in the allow list.

    interface AllowListEntry {
        name?: string;
        xuid?: string;
    }
    索引

    属性

    属性

    name?: string

    The player's name.

    xuid?: string

    The player's xuid.