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