LeviLamina
Loading...
Searching...
No Matches
CraftingItemCatalogMergeResult.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_60/item/crafting_item_catalog/CraftingCatalogItemCategory.h"
7
9public:
10 // CraftingItemCatalogMergeResult inner types declare
11 // clang-format off
12 struct Category;
13 struct Group;
14 struct Identifier;
15 // clang-format on
16
17 // CraftingItemCatalogMergeResult inner types define
18 struct Identifier {
19 public:
20 // member variables
21 // NOLINTBEGIN
24 // NOLINTEND
25
26 public:
27 // prevent constructor by default
28 Identifier& operator=(Identifier const&);
29 Identifier(Identifier const&);
30 Identifier();
31
32 public:
33 // member functions
34 // NOLINTBEGIN
36
37 MCAPI ~Identifier();
38 // NOLINTEND
39
40 public:
41 // constructor thunks
42 // NOLINTBEGIN
44 // NOLINTEND
45
46 public:
47 // destructor thunk
48 // NOLINTBEGIN
49 MCAPI void $dtor();
50 // NOLINTEND
51 };
52
53 struct Group {
54 public:
55 // member variables
56 // NOLINTBEGIN
59 // NOLINTEND
60
61 public:
62 // prevent constructor by default
63 Group& operator=(Group const&);
64 Group(Group const&);
65
66 public:
67 // member functions
68 // NOLINTBEGIN
69 MCAPI Group();
70
71 MCAPI ::CraftingItemCatalogMergeResult::Group& operator=(::CraftingItemCatalogMergeResult::Group&&);
72
73 MCAPI ~Group();
74 // NOLINTEND
75
76 public:
77 // constructor thunks
78 // NOLINTBEGIN
79 MCAPI void* $ctor();
80 // NOLINTEND
81
82 public:
83 // destructor thunk
84 // NOLINTBEGIN
85 MCAPI void $dtor();
86 // NOLINTEND
87 };
88
89 struct Category {
90 public:
91 // member variables
92 // NOLINTBEGIN
94 // NOLINTEND
95
96 public:
97 // prevent constructor by default
98 Category& operator=(Category const&);
99 Category(Category const&);
100 Category();
101
102 public:
103 // member functions
104 // NOLINTBEGIN
105 MCAPI ~Category();
106 // NOLINTEND
107
108 public:
109 // destructor thunk
110 // NOLINTBEGIN
111 MCAPI void $dtor();
112 // NOLINTEND
113 };
114
115public:
116 // member variables
117 // NOLINTBEGIN
123 // NOLINTEND
124
125public:
126 // prevent constructor by default
130
131public:
132 // member functions
133 // NOLINTBEGIN
134 MCAPI void insertAfterItemsGroup(
135 ::SharedTypes::v1_21_60::CraftingCatalogItemCategory itemName,
136 ::std::string_view insertGroup,
138 );
139
141 // NOLINTEND
142
143public:
144 // destructor thunk
145 // NOLINTBEGIN
146 MCAPI void $dtor();
147 // NOLINTEND
148};
Definition CraftingItemCatalogMergeResult.h:8
Definition CraftingItemCatalogMergeResult.h:89
Definition CraftingItemCatalogMergeResult.h:53
Definition CraftingItemCatalogMergeResult.h:18
Definition Alias.h:14