LeviLamina
Loading...
Searching...
No Matches
OffhandContainerModel.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
OffhandContainerModel
:
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
OffhandContainerModel
& operator=(
OffhandContainerModel
const
&);
26
OffhandContainerModel
(
OffhandContainerModel
const
&);
27
OffhandContainerModel
();
28
29
public
:
30
// virtual functions
31
// NOLINTBEGIN
32
// vIndex: 1
33
virtual
~OffhandContainerModel
()
/*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: 22
51
virtual
int
_getContainerOffset()
const
/*override*/
;
52
53
// vIndex: 21
54
virtual ::Container* _getContainer()
const
/*override*/
;
55
56
// vIndex: 24
57
virtual
void
_onItemChanged(
int
modelSlot,
::ItemStack
const
& oldItem,
::ItemStack
const
& newItem)
/*override*/
;
58
// NOLINTEND
59
60
public
:
61
// virtual function thunks
62
// NOLINTBEGIN
63
64
// NOLINTEND
65
};
ContainerModel
Definition
ContainerModel.h:25
ContainerWeakRef
Definition
ContainerWeakRef.h:17
Container
Definition
Container.h:30
ItemStack
Definition
ItemStack.h:25
OffhandContainerModel
Definition
OffhandContainerModel.h:16
Player
Definition
Player.h:119
src
mc
world
containers
models
OffhandContainerModel.h
Generated on Fri Jun 13 2025 05:05:05 for LeviLamina by
1.12.0