LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_20.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_20/item/ItemDescription.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8
9// auto generated forward declare list
10// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct ComponentItemData_v1_20_20 {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_20::ItemDescription> mDescription;
21 ::ll::TypedStorage<8, 16, ::IItemComponentLegacyFactoryData::Components> mItemComponents;
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
26 ComponentItemData_v1_20_20& operator=(ComponentItemData_v1_20_20 const&);
27 ComponentItemData_v1_20_20(ComponentItemData_v1_20_20 const&);
28 ComponentItemData_v1_20_20();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ::ComponentItemData_v1_20_20& operator=(::ComponentItemData_v1_20_20&&);
34
35 MCAPI ~ComponentItemData_v1_20_20();
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
42
43 MCAPI static void
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::SemVersionConstant const& VERSION();
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
Definition _HeaderOutputPredefine.h:361
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5