LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_10.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_20/item/ItemDescription.h"
7#include "mc/deps/shared_types/v1_20_50/item/ItemDeprecatedComponentData.h"
8#include "mc/deps/shared_types/v1_21_10/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_10 {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_20::ItemDescription> mDescription;
21 ::ll::TypedStorage<8, 1032, ::SharedTypes::v1_21_10::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_10& operator=(ComponentItemData_v1_21_10 const&);
28 ComponentItemData_v1_21_10();
29
30public:
31 // member functions
32 // NOLINTBEGIN
33 MCAPI ComponentItemData_v1_21_10(::ComponentItemData_v1_21_10&&);
34
35 MCAPI ComponentItemData_v1_21_10(::ComponentItemData_v1_21_10 const&);
36
37 MCAPI ::ComponentItemData_v1_21_10& operator=(::ComponentItemData_v1_21_10&&);
38
39 MCAPI ~ComponentItemData_v1_21_10();
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 MCAPI void* $ctor(::ComponentItemData_v1_21_10&&);
58
59 MCAPI void* $ctor(::ComponentItemData_v1_21_10 const&);
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCAPI void $dtor();
66 // NOLINTEND
67};
Definition SemVersionConstant.h:8
Definition ReflectionCtx.h:11
Definition ctx.h:5