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
// prevent constructor by default
18
PlayerUIContainer();
19
20
public
:
21
// member functions
22
// NOLINTBEGIN
23
MCAPI PlayerUIContainer(::std::string
const
& name,
bool
customName,
int
size);
24
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
// constructor thunks
32
// NOLINTBEGIN
33
MCAPI
void
* $ctor(::std::string
const
& name,
bool
customName,
int
size);
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCAPI
static
void
** $vftable();
40
// NOLINTEND
41
};
ListTag
Definition
ListTag.h:21
SaveContext
Definition
SaveContext.h:5
SemVersion
Definition
SemVersion.h:15
src
mc
world
PlayerUIContainer.h
Generated on
for LeviLamina by
1.16.1