LeviLamina
Loading...
Searching...
No Matches
ComponentItemComponentData.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_20_80 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
47 // NOLINTEND
48
49public:
50 // prevent constructor by default
52
53public:
54 // member functions
55 // NOLINTBEGIN
57
59
60 MCAPI ::SharedTypes::v1_20_80::ComponentItemComponentData&
62
63 MCAPI ::SharedTypes::v1_20_80::ComponentItemComponentData&
65
67 // NOLINTEND
68
69public:
70 // static functions
71 // NOLINTBEGIN
72 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
73 // NOLINTEND
74
75public:
76 // constructor thunks
77 // NOLINTBEGIN
79
81 // NOLINTEND
82
83public:
84 // destructor thunk
85 // NOLINTBEGIN
86 MCAPI void $dtor();
87 // NOLINTEND
88};
89
90} // namespace SharedTypes::v1_20_80
Definition ComponentItemComponentData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14