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

    接口 ItemFilter实验性

    Contains options for filtering items.

    interface ItemFilter {
        includeTypes?: (string | ItemType)[];
    }
    索引

    属性

    includeTypes?: (string | ItemType)[]

    If defined, items that match these types are included.