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