LeviLamina
Loading...
Searching...
No Matches
PlayerUIContainer.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/SimpleContainer.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ListTag
;
11
class
SaveContext
;
12
class
SemVersion
;
13
// clang-format on
14
15
class
PlayerUIContainer
:
public
::SimpleContainer
{
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
~PlayerUIContainer
()
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
void
load(
::ListTag
const
& inventoryList,
::SemVersion
const
& version);
26
27
MCAPI ::std::unique_ptr<::ListTag> save(
::SaveContext
const
& saveContext)
const
;
28
// NOLINTEND
29
30
public
:
31
// destructor thunk
32
// NOLINTBEGIN
33
MCAPI
void
$dtor();
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCAPI
static
void
** $vftable();
40
// NOLINTEND
41
};
ListTag
Definition
ListTag.h:20
PlayerUIContainer
Definition
PlayerUIContainer.h:15
SaveContext
Definition
SaveContext.h:5
SemVersion
Definition
SemVersion.h:15
SimpleContainer
Definition
SimpleContainer.h:14
src
mc
world
PlayerUIContainer.h
Generated on
for LeviLamina by
1.16.1