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
// vIndex: 0
20
virtual
~PlayerUIContainer
()
/*override*/
;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
MCAPI
void
load(
::ListTag
const
& inventoryList,
::SemVersion
const
& version);
27
28
MCAPI ::std::unique_ptr<::ListTag> save(
::SaveContext
const
& saveContext)
const
;
29
// NOLINTEND
30
31
public
:
32
// destructor thunk
33
// NOLINTBEGIN
34
MCAPI
void
$dtor();
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCAPI
static
void
** $vftable();
41
// NOLINTEND
42
};
ListTag
Definition
ListTag.h:12
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 Sat Apr 26 2025 05:56:33 for LeviLamina by
1.12.0