LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_80.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/ItemDeprecatedComponentData.h"
7#include "mc/deps/shared_types/v1_21_60/item/ItemDescription.h"
8#include "mc/deps/shared_types/v1_21_80/item/ComponentItemComponentData.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
16struct ComponentItemData_v1_21_80 {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 88, ::SharedTypes::v1_21_60::ItemDescription> mDescription;
21 ::ll::TypedStorage<8, 1208, ::SharedTypes::v1_21_80::ComponentItemComponentData> mItemComponents;
22 ::ll::TypedStorage<8, 872, ::SharedTypes::v1_20_50::ItemDeprecatedComponentData> mDeprecatedItemComponents;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 ComponentItemData_v1_21_80& operator=(ComponentItemData_v1_21_80 const&);
28 ComponentItemData_v1_21_80();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ComponentItemData_v1_21_80(::ComponentItemData_v1_21_80&&);
34
35 MCAPI ComponentItemData_v1_21_80(::ComponentItemData_v1_21_80 const&);
36
37 MCFOLD ::ComponentItemData_v1_21_80& operator=(::ComponentItemData_v1_21_80&&);
38
39 MCAPI ~ComponentItemData_v1_21_80();
40 // NOLINTEND
41
42public:
43 // static functions
44 // NOLINTBEGIN
45 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCAPI static ::SemVersionConstant const& VERSION();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCFOLD void* $ctor(::ComponentItemData_v1_21_80&&);
58
59 MCFOLD void* $ctor(::ComponentItemData_v1_21_80 const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCFOLD void $dtor();
66 // NOLINTEND
67};
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5