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
9
struct
WorldTemplateItem
:
public
::ManifestContentItem
{
10
public
:
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
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~WorldTemplateItem()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// vftables
26
// NOLINTBEGIN
27
MCNAPI
static
void
**
$vftable
();
28
// NOLINTEND
29
};
ManifestContentItem
Definition
ManifestContentItem.h:5
WorldTemplateItem
Definition
WorldTemplateItem.h:5
WorldTemplateItem::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
gui
screens
models
WorldTemplateItem.h
Generated on
for LeviLamina by
1.16.1