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