LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_40.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_20/item/ItemDescription.h"
7#include "mc/deps/shared_types/v1_20_40/item/ItemDeprecatedComponentData.h"
8#include "mc/world/item/components/ComponentItemComponentData_v1_20_40.h"
9
10// auto generated forward declare list
11// clang-format off
14namespace cereal { struct ReflectionCtx; }
15// clang-format on
16
17struct ComponentItemData_v1_20_40 {
18public:
19 // member variables
20 // NOLINTBEGIN
21 ::ll::TypedStorage<8, 96, ::SharedTypes::v1_20_20::ItemDescription> mDescription;
22 ::ll::TypedStorage<8, 1776, ::ComponentItemComponentData_v1_20_40> mItemComponents;
23 ::ll::TypedStorage<8, 768, ::SharedTypes::v1_20_40::ItemDeprecatedComponentData> mDeprecatedItemComponents;
24 // NOLINTEND
25
26public:
27 // prevent constructor by default
28 ComponentItemData_v1_20_40& operator=(ComponentItemData_v1_20_40 const&);
29 ComponentItemData_v1_20_40(ComponentItemData_v1_20_40 const&);
30 ComponentItemData_v1_20_40();
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI ::ComponentItemData_v1_20_40& operator=(::ComponentItemData_v1_20_40&&);
36
37 MCAPI ~ComponentItemData_v1_20_40();
38 // NOLINTEND
39
40public:
41 // static functions
42 // NOLINTBEGIN
43 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
44
45 MCAPI static void
47 // NOLINTEND
48
49public:
50 // static variables
51 // NOLINTBEGIN
52 MCAPI static ::SemVersionConstant const& VERSION();
53 // NOLINTEND
54
55public:
56 // destructor thunk
57 // NOLINTBEGIN
58 MCAPI void $dtor();
59 // NOLINTEND
60};
Definition _HeaderOutputPredefine.h:361
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_20_30.h:17
Definition ReflectionCtx.h:11
Definition ctx.h:5