LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_20.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/item/components/ComponentItemDescriptionData_v1_20_20.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8
9// auto generated forward declare list
10// clang-format off
13namespace cereal { struct ReflectionCtx; }
14// clang-format on
15
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<8, 96, ::ComponentItemDescriptionData_v1_20_20> mDescription;
21 ::ll::TypedStorage<8, 16, ::IItemComponentLegacyFactoryData::Components> mItemComponents;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // static functions
32 // NOLINTBEGIN
33 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
34
35 MCAPI static void
37 // NOLINTEND
38
39public:
40 // static variables
41 // NOLINTBEGIN
42 MCAPI static ::SemVersionConstant const& VERSION();
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48 MCAPI void $dtor();
49 // NOLINTEND
50};
Definition _HeaderOutputPredefine.h:247
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20_20.h:16
Definition ComponentItemData_v1_20.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5