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
// prevent constructor by default
24
CustomComponentsItemComponent
();
25
26
public
:
27
// virtual functions
28
// NOLINTBEGIN
29
// vIndex: 0
30
virtual
~CustomComponentsItemComponent
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
explicit
CustomComponentsItemComponent
(
37
::SharedTypes::v1_21_60::CustomComponentsItemComponent
const
& component
38
);
39
// NOLINTEND
40
41
public
:
42
// static functions
43
// NOLINTBEGIN
44
MCAPI static ::HashedString
const
& getIdentifier();
45
// NOLINTEND
46
47
public
:
48
// constructor thunks
49
// NOLINTBEGIN
50
MCAPI
void
* $ctor(
::SharedTypes::v1_21_60::CustomComponentsItemComponent
const
& component);
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCNAPI
static
void
**
$vftable
();
57
// NOLINTEND
58
};
CustomComponentsItemComponent
Definition
CustomComponentsItemComponent.h:15
CustomComponentsItemComponent::$vftable
static MCAPI void ** $vftable()
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 Fri Jun 13 2025 05:05:08 for LeviLamina by
1.12.0