接口: PlayerCollectionListCapability
定义于: packages/prober/src/prober-player.ts:79
提供玩家已获得收藏品列表的能力。
派生类
方法
getCollections()
ts
getCollections(type): Promise<Collection[]>;定义于: packages/prober/src/prober-player.ts:81
指定类型的已获得收藏品。
参数
| 参数 | 类型 |
|---|---|
type | CollectionType |
返回
Promise<Collection[]>
