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_50 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
54 // NOLINTEND
55
56public:
57 // prevent constructor by default
59
60public:
61 // member functions
62 // NOLINTBEGIN
64
66
67 MCAPI ::SharedTypes::v1_21_50::ComponentItemComponentData&
69
70 MCAPI ::SharedTypes::v1_21_50::ComponentItemComponentData&
72
74 // NOLINTEND
75
76public:
77 // static functions
78 // NOLINTBEGIN
79 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
80 // NOLINTEND
81
82public:
83 // constructor thunks
84 // NOLINTBEGIN
86
88 // NOLINTEND
89
90public:
91 // destructor thunk
92 // NOLINTBEGIN
93 MCAPI void $dtor();
94 // NOLINTEND
95};
96
97} // namespace SharedTypes::v1_21_50
Definition ComponentItemComponentData.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14