3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/gui/screens/models/HandleRangeResult.h"
7#include "mc/client/gui/screens/models/SkinPackCollector.h"
8#include "mc/deps/core/debug/brstd/static_vector.h"
9#include "mc/deps/core/utility/NonOwnerPointer.h"
16struct IEntitlementManager;
18struct SkinPickerUpsellTreatmentQuery;
20namespace mce {
class UUID; }
27 ::ll::TypedStorage<8, 24, ::Bedrock::NotNullNonOwnerPtr<::ContentCatalogService>> mCatalog;
28 ::ll::TypedStorage<8, 8, ::MainMenuScreenModel&> mMainMenu;
29 ::ll::TypedStorage<8, 16, ::std::shared_ptr<::SkinPickerUpsellTreatmentQuery>> mSkinPickerUpsellTreatmentQuery;
30 ::ll::TypedStorage<8, 8, ::std::unique_ptr<::brstd::static_vector<::SkinPackMeta, 3>>> mSkinPackMeta;
31 ::ll::TypedStorage<4, 4, int> mNumUpsellPacks;
32 ::ll::TypedStorage<1, 1, bool> mSearchActive;
37 UpsellPackCollector& operator=(UpsellPackCollector
const&);
38 UpsellPackCollector(UpsellPackCollector
const&);
39 UpsellPackCollector();
44 virtual ~UpsellPackCollector() ;
46 virtual void start(
bool allowed) ;
48 virtual bool exhausted() const ;
50 virtual ::HandleRangeResult handleRange(
int,
int end) ;
53 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
54 ::SkinRepositoryClientInterface& skinRepo,
55 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
56 ::std::unordered_set<::mce::UUID>& handledPackSet
75 MCAPI
void $start(
bool allowed);
77 MCAPI
bool $exhausted() const;
79 MCAPI ::HandleRangeResult $handleRange(
int,
int end);
82 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager> entMgr,
83 ::SkinRepositoryClientInterface& skinRepo,
84 ::std::vector<::std::shared_ptr<::SkinPackModel>>& skinPacks,
85 ::std::unordered_set<::mce::UUID>& handledPackSet
Definition MainMenuScreenModel.h:5
Definition SkinPackCollector.h:5
Definition SkinPackModel.h:5
Definition UpsellPackCollector.h:5
static MCAPI void ** $vftable()
Definition ContentCatalogService.h:5
Definition SkinRepositoryClientInterface.h:5