LeviLamina
Loading...
Searching...
No Matches
PlayerUIContainerModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/ContainerEnumName.h"
7
#include "mc/world/containers/models/PlayerUIContainerModelBase.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Player
;
12
// clang-format on
13
14
class
PlayerUIContainerModel
:
public
::PlayerUIContainerModelBase
{
15
public
:
16
// prevent constructor by default
17
PlayerUIContainerModel
();
18
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 1
23
virtual
~PlayerUIContainerModel
()
/*override*/
=
default
;
24
25
// vIndex: 23
26
virtual
int
_getContainerOffset()
const
/*override*/
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
PlayerUIContainerModel
(::ContainerEnumName containerName,
::Player
& player);
33
// NOLINTEND
34
35
public
:
36
// constructor thunks
37
// NOLINTBEGIN
38
MCAPI
void
* $ctor(::ContainerEnumName containerName,
::Player
& player);
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCAPI
int
$_getContainerOffset()
const
;
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCAPI
static
void
** $vftable();
51
// NOLINTEND
52
};
PlayerUIContainerModelBase
Definition
PlayerUIContainerModelBase.h:16
PlayerUIContainerModel
Definition
PlayerUIContainerModel.h:14
Player
Definition
Player.h:123
src-server
mc
world
containers
models
PlayerUIContainerModel.h
Generated on Wed Nov 5 2025 13:13:21 for LeviLamina by
1.12.0