LeviLamina
Loading...
Searching...
No Matches
CraftingCatalogCategory.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
8// auto generated forward declare list
9// clang-format off
10namespace SharedTypes::v1_21_60 { struct CraftingCatalogGroup; }
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
14namespace SharedTypes::v1_21_60 {
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, ::SharedTypes::v1_21_60::CraftingCatalogItemCategory> mCategory;
21 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_60::CraftingCatalogGroup>> mGroups;
22 // NOLINTEND
23
24public:
25 // static functions
26 // NOLINTBEGIN
27 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
28 // NOLINTEND
29};
30
31} // namespace SharedTypes::v1_21_60
Definition CraftingCatalogCategory.h:16
Definition CraftingCatalogGroup.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5