LeviLamina
Loading...
Searching...
No Matches
PacksInfoData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/resource/PackIdVersion.h"
7
8// auto generated forward declare list
9// clang-format off
10class ContentIdentity;
11struct PackInfoData;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, bool> mResourcePackRequired;
19 ::ll::TypedStorage<1, 1, bool> mHasAddonPacks;
20 ::ll::TypedStorage<1, 1, bool> mHasScripts;
21 ::ll::TypedStorage<1, 1, bool> mForceDisableVibrantVisuals;
22 ::ll::TypedStorage<8, 48, ::PackIdVersion> mWorldTemplateIdAndVersion;
23 ::ll::TypedStorage<8, 24, ::std::vector<::PackInfoData>> mResourcePacks;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
29 MCAPI_C ::std::unordered_map<::ContentIdentity, ::std::string> collectKeys() const;
30
31 MCAPI ~PacksInfoData();
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39};
Definition ContentIdentity.h:8
Definition PackInfoData.h:15
Definition PacksInfoData.h:14