LeviLamina
Loading...
Searching...
No Matches
PendingPackActivation.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ContentType.h"
7#include "mc/client/world/WorldID.h"
8
9namespace World {
10
12public:
13 // member variables
14 // NOLINTBEGIN
15 ::ll::TypedStorage<8, 32, ::World::WorldID> worldID;
16 ::ll::TypedStorage<8, 8, ::ContentType> contentType;
17 ::ll::TypedStorage<8, 32, ::std::string> packId;
18 ::ll::TypedStorage<1, 1, bool> isEduMode;
19 ::ll::TypedStorage<1, 1, bool> force;
20 // NOLINTEND
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCAPI ~PendingPackActivation();
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCFOLD void $dtor();
32 // NOLINTEND
33};
34
35} // namespace World
Definition PendingPackActivation.h:7