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