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_10 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
49 // NOLINTEND
50
51public:
52 // prevent constructor by default
54
55public:
56 // member functions
57 // NOLINTBEGIN
59
61
62 MCAPI ::SharedTypes::v1_21_10::ComponentItemComponentData&
64
65 MCAPI ::SharedTypes::v1_21_10::ComponentItemComponentData&
67
69 // NOLINTEND
70
71public:
72 // static functions
73 // NOLINTBEGIN
74 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
75 // NOLINTEND
76
77public:
78 // constructor thunks
79 // NOLINTBEGIN
81
83 // NOLINTEND
84
85public:
86 // destructor thunk
87 // NOLINTBEGIN
88 MCAPI void $dtor();
89 // NOLINTEND
90};
91
92} // namespace SharedTypes::v1_21_10
Definition ComponentItemComponentData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14