LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_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_20_50/item/ItemDeprecatedComponentData.h"
7#include "mc/deps/shared_types/v1_21_60/item/ComponentItemComponentData.h"
8#include "mc/deps/shared_types/v1_21_60/item/ItemDescription.h"
9
10// auto generated forward declare list
11// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 88, ::SharedTypes::v1_21_60::ItemDescription> mDescription;
21 ::ll::TypedStorage<8, 1208, ::SharedTypes::v1_21_60::ComponentItemComponentData> mItemComponents;
22 ::ll::TypedStorage<8, 872, ::SharedTypes::v1_20_50::ItemDeprecatedComponentData> mDeprecatedItemComponents;
23 // NOLINTEND
24
25public:
26 // static functions
27 // NOLINTBEGIN
28#ifdef LL_PLAT_C
29 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
30#endif
31 // NOLINTEND
32
33public:
34 // static variables
35 // NOLINTBEGIN
36 MCAPI static ::SemVersionConstant const& VERSION();
37 // NOLINTEND
38};
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_21_60.h:16
Definition ReflectionCtx.h:11
Definition ctx.h:5