3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/HandleRangeResult.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
12struct IEntitlementManager;
14namespace mce {
class UUID; }
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<bool>> mExistenceTracker;
22 ::ll::TypedStorage<4, 4, int> mNumPacksCollected;
28 virtual ~SkinPackCollector();
30 virtual void start(
bool);
32 virtual bool exhausted()
const = 0;
34 virtual ::HandleRangeResult handleRange(
int,
int) = 0;
37 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>,
38 ::SkinRepositoryClientInterface&,
39 ::std::vector<::std::shared_ptr<::SkinPackModel>>&,
40 ::std::unordered_set<::mce::UUID>&
47 MCAPI SkinPackCollector();
65 MCFOLD
void $start(
bool);
Definition SkinPackCollector.h:5
static MCAPI void ** $vftable()
Definition SkinPackModel.h:5
Definition SkinRepositoryClientInterface.h:5