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