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