LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_50.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_50/item/ComponentItemComponentData.h"
7#include "mc/world/item/components/ComponentItemDeprecatedComponentData_v1_20_50.h"
8#include "mc/world/item/components/ComponentItemDescriptionData_v1_20_20.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17struct ComponentItemData_v1_20_50 {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 96, ::ComponentItemDescriptionData_v1_20_20> mDescription;
22 ::ll::TypedStorage<8, 808, ::SharedTypes::v1_20_50::ComponentItemComponentData> mItemComponents;
23 ::ll::TypedStorage<8, 768, ::ComponentItemDeprecatedComponentData_v1_20_50> mDeprecatedItemComponents;
24 // NOLINTEND
25
26#ifdef LL_PLAT_S
27#else // LL_PLAT_C
28public:
29 // prevent constructor by default
30 ComponentItemData_v1_20_50& operator=(ComponentItemData_v1_20_50 const&);
31 ComponentItemData_v1_20_50();
32
33#endif
34public:
35 // member functions
36 // NOLINTBEGIN
37#ifdef LL_PLAT_C
38 MCAPI ComponentItemData_v1_20_50(::ComponentItemData_v1_20_50 const&);
39#endif
40
41 MCAPI ~ComponentItemData_v1_20_50();
42 // NOLINTEND
43
44public:
45 // static functions
46 // NOLINTBEGIN
47 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
48
49 MCAPI static void moveDeprecatedData(::ComponentItemData_v1_20_40& oldData, ::ComponentItemData_v1_20_50& newData);
50
51 MCAPI static void
53 // NOLINTEND
54
55public:
56 // static variables
57 // NOLINTBEGIN
58 MCAPI static ::SemVersionConstant const& VERSION();
59 // NOLINTEND
60
61public:
62 // constructor thunks
63 // NOLINTBEGIN
64#ifdef LL_PLAT_C
65 MCAPI void* $ctor(::ComponentItemData_v1_20_50 const&);
66#endif
67 // NOLINTEND
68
69public:
70 // destructor thunk
71 // NOLINTBEGIN
72 MCAPI void $dtor();
73 // NOLINTEND
74};
Definition _HeaderOutputPredefine.h:293
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20_40.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5