LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_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.h"
7#include "mc/world/item/components/IItemComponentLegacyFactoryData.h"
8
9// auto generated forward declare list
10// clang-format off
12namespace cereal { struct ReflectionCtx; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 40, ::ComponentItemDescriptionData_v1_20> mDescription;
20 ::ll::TypedStorage<8, 16, ::IItemComponentLegacyFactoryData::Components> mItemComponents;
21 // NOLINTEND
22
23public:
24 // member functions
25 // NOLINTBEGIN
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
33 // NOLINTEND
34
35public:
36 // static variables
37 // NOLINTBEGIN
38 MCAPI static ::SemVersionConstant const& VERSION();
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44 MCAPI void $dtor();
45 // NOLINTEND
46};
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20.h:15
Definition ReflectionCtx.h:11
Definition ctx.h:5