LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_10.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_21_10/item/ComponentItemComponentData.h"
7#include "mc/world/item/components/ComponentItemDeprecatedComponentData_v1_20_80.h"
8#include "mc/world/item/components/ComponentItemDescriptionData_v1_20_20.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 96, ::ComponentItemDescriptionData_v1_20_20> mDescription;
22 ::ll::TypedStorage<8, 920, ::SharedTypes::v1_21_10::ComponentItemComponentData> mItemComponents;
23 ::ll::TypedStorage<8, 840, ::ComponentItemDeprecatedComponentData_v1_20_80> mDeprecatedItemComponents;
24 // NOLINTEND
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
38
39 MCAPI static void moveDeprecatedData(::ComponentItemData_v1_20_80& oldData, ::ComponentItemData_v1_21_10& newData);
40
41 MCAPI static void
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCAPI static ::SemVersionConstant const& VERSION();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCAPI void* $ctor();
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCAPI void $dtor();
61 // NOLINTEND
62};
Definition _HeaderOutputPredefine.h:247
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20_80.h:17
Definition ComponentItemData_v1_21_10.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5