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
// auto generated forward declare list
11
// clang-format off
12
struct
ContentSource
;
13
// clang-format on
14
15
struct
WorldContentItem
:
public
::ContentItem
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 32, ::std::string> mWorldId;
20
::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
21
::ll::TypedStorage<8, 32, ::std::string> mDate;
22
::ll::TypedStorage<8, 8, int64> mLastUsed;
23
::ll::TypedStorage<4, 4, ::GameType> mGameType;
24
// NOLINTEND
25
26
public
:
27
// prevent constructor by default
28
WorldContentItem();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
virtual
~WorldContentItem()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// member functions
38
// NOLINTBEGIN
39
MCAPI
explicit
WorldContentItem(::ContentSource* src);
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCAPI
void
* $ctor(::ContentSource* src);
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCNAPI
static
void
**
$vftable
();
52
// NOLINTEND
53
};
ContentItem
Definition
ContentItem.h:5
ContentSource
Definition
ContentSource.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