LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_26_0.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_110/item/ItemDescription.h"
8#include "mc/deps/shared_types/v1_26_0/item/ComponentItemComponentData.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17struct ComponentItemData_v1_26_0 {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 88, ::SharedTypes::v1_21_110::ItemDescription> mDescription;
22 ::ll::TypedStorage<8, 1344, ::SharedTypes::v1_26_0::ComponentItemComponentData> mItemComponents;
23 ::ll::TypedStorage<8, 872, ::SharedTypes::v1_20_50::ItemDeprecatedComponentData> mDeprecatedItemComponents;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ComponentItemData_v1_26_0& operator=(ComponentItemData_v1_26_0 const&);
29 ComponentItemData_v1_26_0();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ComponentItemData_v1_26_0(::ComponentItemData_v1_26_0&&);
35
36 MCAPI ComponentItemData_v1_26_0(::ComponentItemData_v1_26_0 const&);
37
38 MCAPI ::ComponentItemData_v1_26_0& operator=(::ComponentItemData_v1_26_0&&);
39
40 MCAPI ~ComponentItemData_v1_26_0();
41 // NOLINTEND
42
43public:
44 // static functions
45 // NOLINTBEGIN
46 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
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(::ComponentItemData_v1_26_0&&);
62
63 MCAPI void* $ctor(::ComponentItemData_v1_26_0 const&);
64 // NOLINTEND
65
66public:
67 // destructor thunk
68 // NOLINTBEGIN
69 MCFOLD void $dtor();
70 // NOLINTEND
71};
Definition _HeaderOutputPredefine.h:358
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_21_110.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5