LeviLamina
Loading...
Searching...
No Matches
WorldTemplateItem.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/client/gui/screens/models/ManifestContentItem.h"
7#include "mc/world/level/GameType.h"
8
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::std::string> mWorldId;
14 ::ll::TypedStorage<8, 32, ::std::string> mDate;
15 ::ll::TypedStorage<4, 4, ::GameType> mGameType;
16 // NOLINTEND
17
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 virtual ~WorldTemplateItem() /*override*/ = default;
22 // NOLINTEND
23
24public:
25 // vftables
26 // NOLINTBEGIN
27 MCNAPI static void** $vftable();
28 // NOLINTEND
29};
Definition ManifestContentItem.h:5
Definition WorldTemplateItem.h:5
static MCAPI void ** $vftable()