LeviLamina
Loading...
Searching...
No Matches
ManifestContentItem.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
9
// auto generated forward declare list
10
// clang-format off
11
class
PackManifest
;
12
// clang-format on
13
14
struct
ManifestContentItem
:
public
::ContentItem
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::std::unique_ptr<::PackManifest const>> mManifest;
19
::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mIconPath;
20
::ll::TypedStorage<8, 32, ::Core::PathBuffer<::std::string>> mZipPath;
21
::ll::TypedStorage<8, 32, ::std::string> mFileSystem;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~ManifestContentItem()
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
// NOLINTEND
41
};
PackManifest
Definition
PackManifest.h:38
ContentItem
Definition
ContentItem.h:5
ManifestContentItem
Definition
ManifestContentItem.h:5
ManifestContentItem::$vftable
static MCAPI void ** $vftable()
src-client
mc
client
gui
screens
models
ManifestContentItem.h
Generated on
for LeviLamina by
1.16.1