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
10class HashedString;
12namespace SharedTypes::v1_21_60 { struct CustomComponentsItemComponent; }
13// clang-format on
14
15class CustomComponentsItemComponent : public ::ItemComponent {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 24, ::std::vector<::ItemCustomComponentData>> mComponents;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 CustomComponentsItemComponent();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual ~CustomComponentsItemComponent() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI explicit CustomComponentsItemComponent(
37 );
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static ::HashedString const& getIdentifier();
44 // NOLINTEND
45
46public:
47 // constructor thunks
48 // NOLINTBEGIN
49 MCAPI void* $ctor(::SharedTypes::v1_21_60::CustomComponentsItemComponent const& component);
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
static MCAPI void ** $vftable()
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition ItemCustomComponentData.h:10
Definition CustomComponentsItemComponent.h:16