LeviLamina
Loading...
Searching...
No Matches
CraftingCatalogDocument.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace SharedTypes::v1_21_60 { struct CraftingCatalogCategory; }
9namespace cereal { struct ReflectionCtx; }
10// clang-format on
11
12namespace SharedTypes::v1_21_60 {
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<8, 24, ::std::vector<::SharedTypes::v1_21_60::CraftingCatalogCategory>> mCategories;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // static functions
29 // NOLINTBEGIN
30 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::SemVersionConstant const& VERSION();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCFOLD void $dtor();
43 // NOLINTEND
44};
45
46} // namespace SharedTypes::v1_21_60
Definition SemVersionConstant.h:8
Definition CraftingCatalogCategory.h:16
Definition CraftingCatalogDocument.h:14
Definition ReflectionCtx.h:11
Definition ctx.h:5