LeviLamina
Loading...
Searching...
No Matches
ComponentItemDescriptionData_v1_21_110.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/util/Identifier.h"
7#include "mc/world/item/components/ComponentItemMenuCategoryData_v1_21_110.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14struct ComponentItemDescriptionData_v1_21_110 {
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<10>> mIdentifier;
19 ::ll::TypedStorage<8, 56, ::ComponentItemMenuCategoryData_v1_21_110> mCategory;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
24 ComponentItemDescriptionData_v1_21_110(ComponentItemDescriptionData_v1_21_110 const&);
25 ComponentItemDescriptionData_v1_21_110();
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCFOLD ::ComponentItemDescriptionData_v1_21_110& operator=(::ComponentItemDescriptionData_v1_21_110&&);
31
32 MCFOLD ::ComponentItemDescriptionData_v1_21_110& operator=(::ComponentItemDescriptionData_v1_21_110 const&);
33
34 MCAPI ~ComponentItemDescriptionData_v1_21_110();
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCFOLD void $dtor();
47 // NOLINTEND
48};
Definition ReflectionCtx.h:11
Definition ctx.h:5