LeviLamina
Loading...
Searching...
No Matches
CustomComponentsItemComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/components/ItemComponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
HashedString
;
11
struct
ItemCustomComponentData
;
12
namespace
SharedTypes::v1_21_60 {
struct
CustomComponentsItemComponent
; }
13
// clang-format on
14
15
class
CustomComponentsItemComponent
:
public
::ItemComponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::std::vector<::ItemCustomComponentData>> mComponents;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 0
26
virtual
~CustomComponentsItemComponent
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
explicit
CustomComponentsItemComponent
(
::SharedTypes::v1_21_60::CustomComponentsItemComponent
const
& component
33
);
34
// NOLINTEND
35
36
public
:
37
// static functions
38
// NOLINTBEGIN
39
MCAPI static ::HashedString
const
& getIdentifier();
40
// NOLINTEND
41
42
public
:
43
// constructor thunks
44
// NOLINTBEGIN
45
MCAPI
void
* $ctor(
::SharedTypes::v1_21_60::CustomComponentsItemComponent
const
& component);
46
// NOLINTEND
47
48
public
:
49
// destructor thunk
50
// NOLINTBEGIN
51
52
// NOLINTEND
53
54
public
:
55
// vftables
56
// NOLINTBEGIN
57
MCAPI
static
void
** $vftable();
58
// NOLINTEND
59
};
CustomComponentsItemComponent
Definition
CustomComponentsItemComponent.h:15
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemCustomComponentData
Definition
ItemCustomComponentData.h:5
SharedTypes::v1_21_60::CustomComponentsItemComponent
Definition
CustomComponentsItemComponent.h:13
src
mc
world
item
components
CustomComponentsItemComponent.h
Generated on Sat Apr 26 2025 05:56:13 for LeviLamina by
1.12.0