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_21_40 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
53 // NOLINTEND
54
55public:
56 // prevent constructor by default
58
59public:
60 // member functions
61 // NOLINTBEGIN
63
65
66 MCAPI ::SharedTypes::v1_21_40::ComponentItemComponentData&
68
69 MCAPI ::SharedTypes::v1_21_40::ComponentItemComponentData&
71
73 // NOLINTEND
74
75public:
76 // static functions
77 // NOLINTBEGIN
78 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
79 // NOLINTEND
80
81public:
82 // constructor thunks
83 // NOLINTBEGIN
85
87 // NOLINTEND
88
89public:
90 // destructor thunk
91 // NOLINTBEGIN
92 MCAPI void $dtor();
93 // NOLINTEND
94};
95
96} // namespace SharedTypes::v1_21_40
Definition ComponentItemComponentData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14