LeviLamina
Loading...
Searching...
No Matches
ArmorContainerModel.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/containers/models/ContainerModel.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Container
;
11
class
ContainerWeakRef
;
12
class
ItemStack
;
13
class
Player
;
14
// clang-format on
15
16
class
ArmorContainerModel
:
public
::ContainerModel
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Player&> mPlayer;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
ArmorContainerModel
& operator=(
ArmorContainerModel
const
&);
26
ArmorContainerModel
(
ArmorContainerModel
const
&);
27
ArmorContainerModel
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual
~ArmorContainerModel
()
/*override*/
=
default
;
34
35
// vIndex: 2
36
virtual
void
postInit()
/*override*/
;
37
38
// vIndex: 3
39
virtual
void
releaseResources()
/*override*/
;
40
41
// vIndex: 0
42
virtual
void
containerContentChanged(
int
)
/*override*/
;
43
44
// vIndex: 14
45
virtual
bool
isValid()
/*override*/
;
46
47
// vIndex: 7
48
virtual ::ContainerWeakRef getContainerWeakRef()
const
/*override*/
;
49
50
// vIndex: 21
51
virtual ::Container* _getContainer()
const
/*override*/
;
52
53
// vIndex: 24
54
virtual
void
_onItemChanged(
int
modelSlot,
::ItemStack
const
& oldItem,
::ItemStack
const
& newItem)
/*override*/
;
55
// NOLINTEND
56
57
public
:
58
// virtual function thunks
59
// NOLINTBEGIN
60
61
// NOLINTEND
62
};
ArmorContainerModel
Definition
ArmorContainerModel.h:16
ContainerModel
Definition
ContainerModel.h:25
ContainerWeakRef
Definition
ContainerWeakRef.h:17
Container
Definition
Container.h:30
ItemStack
Definition
ItemStack.h:25
Player
Definition
Player.h:119
src
mc
world
containers
models
ArmorContainerModel.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0