LeviLamina
Loading...
Searching...
No Matches
ComponentItemDescriptionData_v1_20_20.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_20_20.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<10>> mIdentifier;
19 ::ll::TypedStorage<8, 64, ::std::optional<::ComponentItemMenuCategoryData_v1_20_20>> mCategory;
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ::ComponentItemDescriptionData_v1_20_20& operator=(::ComponentItemDescriptionData_v1_20_20&&);
32
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCAPI void $dtor();
46 // NOLINTEND
47};
Definition ComponentItemDescriptionData_v1_20_20.h:14
Definition ReflectionCtx.h:11
Definition ctx.h:5