3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/CatalogPackCollector.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
12struct IEntitlementManager;
14namespace mce {
class UUID; }
21 virtual ~RealmsPlusPackCollector() =
default;
24 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
25 ::SkinRepositoryClientInterface& skinRepo,
26 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
27 ::std::unordered_set<::mce::UUID>& handledPackSet
35 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
36 ::SkinRepositoryClientInterface& skinRepo,
37 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
38 ::std::unordered_set<::mce::UUID>& handledPackSet
Definition CatalogPackCollector.h:5
Definition RealmsPlusPackCollector.h:5
static MCAPI void ** $vftable()
Definition SkinPackModel.h:5
Definition SkinRepositoryClientInterface.h:5