LeviLamina
Loading...
Searching...
No Matches
MarketplaceWorldTemplateData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/services/requests/catalog/reviews/RatingData.h"
7#include "mc/client/store/StoreCatalogCategory.h"
8#include "mc/deps/core/file/PathBuffer.h"
9
10// auto generated forward declare list
11// clang-format off
12class StoreCatalogItem;
13// clang-format on
14
15namespace World {
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 32, ::std::string> mId;
22 ::ll::TypedStorage<8, 32, ::std::string> mName;
23 ::ll::TypedStorage<8, 32, ::std::string> mCreator;
24 ::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mThumbnailPathBuffer;
25 ::ll::TypedStorage<8, 40, ::RatingData> mRatingData;
26 ::ll::TypedStorage<8, 32, ::std::string> mSubscriptionStartDate;
27 ::ll::TypedStorage<8, 32, ::std::string> mSubscriptionEndDate;
28 ::ll::TypedStorage<1, 1, bool> mIsExpired;
29 ::ll::TypedStorage<8, 32, ::std::string> mPackId;
30 ::ll::TypedStorage<1, 1, bool> mIsInstalled;
31 ::ll::TypedStorage<1, 1, bool> mIsUpdateAvailable;
32 ::ll::TypedStorage<4, 4, ::StoreCatalogCategory> mStoreCategory;
33 // NOLINTEND
34
35public:
36 // prevent constructor by default
37 MarketplaceWorldTemplateData();
38
39public:
40 // member functions
41 // NOLINTBEGIN
42 MCAPI MarketplaceWorldTemplateData(::World::MarketplaceWorldTemplateData const&);
43
44 MCAPI ::World::MarketplaceWorldTemplateData& operator=(::World::MarketplaceWorldTemplateData const&);
45
46 MCAPI ~MarketplaceWorldTemplateData();
47 // NOLINTEND
48
49public:
50 // static functions
51 // NOLINTBEGIN
52 MCAPI static ::World::MarketplaceWorldTemplateData
53 fromStoreCatalogItem(::StoreCatalogItem const& worldTemplateInfo);
54 // NOLINTEND
55
56public:
57 // constructor thunks
58 // NOLINTBEGIN
59 MCAPI void* $ctor(::World::MarketplaceWorldTemplateData const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
68
69} // namespace World
Definition MarketplaceWorldTemplateData.h:7