LeviLamina
Loading...
Searching...
No Matches
CraftingCatalogGroup.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/CraftingCatalogGroupIdentifier.h"
7#include "mc/deps/shared_types/v1_21_60/item/crafting_item_catalog/CraftingCatalogItem.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_60 {
15
16struct CraftingCatalogGroup {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 80, ::std::optional<::SharedTypes::v1_21_60::CraftingCatalogGroupIdentifier>>
21 mGroupIdentifier;
22 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_60::CraftingCatalogItem>> mItems;
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
27 CraftingCatalogGroup& operator=(CraftingCatalogGroup const&);
28 CraftingCatalogGroup(CraftingCatalogGroup const&);
29 CraftingCatalogGroup();
30
31public:
32 // member functions
33 // NOLINTBEGIN
34 MCAPI ::SharedTypes::v1_21_60::CraftingCatalogGroup& operator=(::SharedTypes::v1_21_60::CraftingCatalogGroup&&);
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
41 // NOLINTEND
42};
43
44} // namespace SharedTypes::v1_21_60
Definition CraftingCatalogGroup.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5