LeviLamina
Loading...
Searching...
No Matches
ComponentItemMenuCategoryData_v1_21_60.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_19_40/item/ItemCategory.h"
7
8// auto generated forward declare list
9// clang-format off
11namespace cereal { struct ReflectionCtx; }
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
18 ::ll::TypedStorage<1, 1, ::SharedTypes::v1_19_40::ItemCategory::CreativeItemCategory> mCreativeCategory;
19 ::ll::TypedStorage<8, 40, ::std::optional<::std::string>> mCreativeGroupName;
20 ::ll::TypedStorage<1, 2, ::std::optional<bool>> mIsHiddenInCommands;
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI ::ComponentItemMenuCategoryData_v1_21_60& operator=(::ComponentItemMenuCategoryData_v1_21_60 const&);
32
33 MCAPI ::ComponentItemMenuCategoryData_v1_21_60& operator=(::ComponentItemMenuCategoryData_v1_21_60&&);
34 // NOLINTEND
35
36public:
37 // static functions
38 // NOLINTBEGIN
39 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
40
41 MCAPI static void upgrade(
42 ::std::optional<::ComponentItemMenuCategoryData_v1_20_20>& oldData,
44 );
45 // NOLINTEND
46};
Definition ComponentItemMenuCategoryData_v1_20_20.h:13
Definition ComponentItemMenuCategoryData_v1_21_60.h:14
Definition ReflectionCtx.h:11
Definition ctx.h:5