LeviLamina
Loading...
Searching...
No Matches
SkinPackCollector.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/HandleRangeResult.h"
7#include "mc/deps/core/utility/NonOwnerPointer.h"
8
9// auto generated forward declare list
10// clang-format off
11class SkinPackModel;
12struct IEntitlementManager;
14namespace mce { class UUID; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 16, ::std::shared_ptr<bool>> mExistenceTracker;
22 ::ll::TypedStorage<4, 4, int> mNumPacksCollected;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual ~SkinPackCollector();
29
30 virtual void start(bool);
31
32 virtual bool exhausted() const = 0;
33
34 virtual ::HandleRangeResult handleRange(int, int) = 0;
35
36 virtual void collect(
37 ::Bedrock::NotNullNonOwnerPtr<::IEntitlementManager>,
38 ::SkinRepositoryClientInterface&,
39 ::std::vector<::std::shared_ptr<::SkinPackModel>>&,
40 ::std::unordered_set<::mce::UUID>&
41 ) = 0;
42 // NOLINTEND
43
44public:
45 // member functions
46 // NOLINTBEGIN
47 MCAPI SkinPackCollector();
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCAPI void* $ctor();
54 // NOLINTEND
55
56public:
57 // destructor thunk
58 // NOLINTBEGIN
59 MCFOLD void $dtor();
60 // NOLINTEND
61
62public:
63 // virtual function thunks
64 // NOLINTBEGIN
65 MCFOLD void $start(bool);
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
71 MCNAPI static void** $vftable();
72 // NOLINTEND
73};
Definition SkinPackCollector.h:5
static MCAPI void ** $vftable()
Definition SkinPackModel.h:5
Definition UUID.h:7
Definition SkinRepositoryClientInterface.h:5