LeviLamina
Loading...
Searching...
No Matches
ComponentItemDescriptionData_v1_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/deps/shared_types/v1_19_40/item/ItemCategory.h"
8
9struct ComponentItemDescriptionData_v1_20 {
10public:
11 // member variables
12 // NOLINTBEGIN
13 ::ll::TypedStorage<8, 32, ::SharedTypes::Identifier<10>> mIdentifier;
14 ::ll::TypedStorage<1, 2, ::std::optional<::SharedTypes::v1_19_40::ItemCategory::CreativeItemCategory>> mCategory;
15 // NOLINTEND
16
17public:
18 // prevent constructor by default
19 ComponentItemDescriptionData_v1_20(ComponentItemDescriptionData_v1_20 const&);
20 ComponentItemDescriptionData_v1_20();
21
22public:
23 // member functions
24 // NOLINTBEGIN
25 MCFOLD ::ComponentItemDescriptionData_v1_20& operator=(::ComponentItemDescriptionData_v1_20&&);
26
27 MCFOLD ::ComponentItemDescriptionData_v1_20& operator=(::ComponentItemDescriptionData_v1_20 const&);
28
29 MCAPI ~ComponentItemDescriptionData_v1_20();
30 // NOLINTEND
31
32public:
33 // destructor thunk
34 // NOLINTBEGIN
35 MCFOLD void $dtor();
36 // NOLINTEND
37};