LeviLamina
Loading...
Searching...
No Matches
WorldContentItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/client/gui/screens/models/ContentItem.h"
7
#include "mc/deps/core/file/PathBuffer.h"
8
#include "mc/world/level/GameType.h"
9
10
struct
WorldContentItem
:
public
::ContentItem
{
11
public
:
12
// member variables
13
// NOLINTBEGIN
14
::ll::TypedStorage<8, 32, ::std::string> mWorldId;
15
::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
16
::ll::TypedStorage<8, 32, ::std::string> mDate;
17
::ll::TypedStorage<8, 8, int64> mLastUsed;
18
::ll::TypedStorage<4, 4, ::GameType> mGameType;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
~WorldContentItem()
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// destructor thunk
29
// NOLINTBEGIN
30
MCAPI
void
$dtor();
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
ContentItem
Definition
ContentItem.h:5
WorldContentItem
Definition
WorldContentItem.h:5
WorldContentItem::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
gui
screens
models
WorldContentItem.h
Generated on
for LeviLamina by
1.16.1