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_60 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
46 // NOLINTEND
47
48public:
49 // prevent constructor by default
51
52public:
53 // member functions
54 // NOLINTBEGIN
56
58
59 MCAPI ::SharedTypes::v1_20_60::ComponentItemComponentData&
61
62 MCAPI ::SharedTypes::v1_20_60::ComponentItemComponentData&
64
66 // NOLINTEND
67
68public:
69 // static functions
70 // NOLINTBEGIN
71 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
72 // NOLINTEND
73
74public:
75 // constructor thunks
76 // NOLINTBEGIN
78
80 // NOLINTEND
81
82public:
83 // destructor thunk
84 // NOLINTBEGIN
85 MCAPI void $dtor();
86 // NOLINTEND
87};
88
89} // namespace SharedTypes::v1_20_60
Definition ComponentItemComponentData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14