LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_40.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/ComponentItemComponentData_v1_20_40.h"
7#include "mc/world/item/components/ComponentItemDeprecatedComponentData_v1_20_40.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_40 {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 96, ::ComponentItemDescriptionData_v1_20_20> mDescription;
22 ::ll::TypedStorage<8, 1744, ::ComponentItemComponentData_v1_20_40> mItemComponents;
23 ::ll::TypedStorage<8, 600, ::ComponentItemDeprecatedComponentData_v1_20_40> mDeprecatedItemComponents;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ComponentItemData_v1_20_40& operator=(ComponentItemData_v1_20_40 const&);
29 ComponentItemData_v1_20_40(ComponentItemData_v1_20_40 const&);
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ComponentItemData_v1_20_40();
35
36 MCAPI ::ComponentItemData_v1_20_40& operator=(::ComponentItemData_v1_20_40&&);
37
38 MCAPI ~ComponentItemData_v1_20_40();
39 // NOLINTEND
40
41public:
42 // static functions
43 // NOLINTBEGIN
44 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
45
46 MCAPI static void moveDeprecatedData(::ComponentItemData_v1_20_30& oldData, ::ComponentItemData_v1_20_40& newData);
47
48 MCAPI static void
50 // NOLINTEND
51
52public:
53 // static variables
54 // NOLINTBEGIN
55 MCAPI static ::SemVersionConstant const& VERSION();
56 // NOLINTEND
57
58public:
59 // constructor thunks
60 // NOLINTBEGIN
61 MCAPI void* $ctor();
62 // NOLINTEND
63
64public:
65 // destructor thunk
66 // NOLINTBEGIN
67 MCAPI void $dtor();
68 // NOLINTEND
69};
Definition _HeaderOutputPredefine.h:289
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20_30.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5