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
7class SemVersion;
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
11namespace SharedTypes::v1_21_60 {
12
14public:
15 // member variables
16 // NOLINTBEGIN
57 // NOLINTEND
58
59public:
60 // member functions
61 // NOLINTBEGIN
63
65
67
68 MCNAPI ::SharedTypes::v1_21_60::ComponentItemComponentData&
70
71 MCNAPI ::SharedTypes::v1_21_60::ComponentItemComponentData&
73
75 // NOLINTEND
76
77public:
78 // static functions
79 // NOLINTBEGIN
80 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
81 // NOLINTEND
82
83public:
84 // static variables
85 // NOLINTBEGIN
86 MCNAPI static ::SemVersion const& FIRST_VERSION();
87 // NOLINTEND
88
89public:
90 // constructor thunks
91 // NOLINTBEGIN
92 MCNAPI void* $ctor();
93
95
97 // NOLINTEND
98
99public:
100 // destructor thunk
101 // NOLINTBEGIN
102 MCNAPI void $dtor();
103 // NOLINTEND
104};
105
106} // namespace SharedTypes::v1_21_60
Definition SemVersion.h:15
Definition ComponentItemComponentData.h:13
MCAPI void * $ctor(::SharedTypes::v1_21_60::ComponentItemComponentData const &)
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_60::ComponentItemComponentData const &)
MCAPI::SharedTypes::v1_21_60::ComponentItemComponentData & operator=(::SharedTypes::v1_21_60::ComponentItemComponentData &&)
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_60::ComponentItemComponentData &&)
MCAPI::SharedTypes::v1_21_60::ComponentItemComponentData & operator=(::SharedTypes::v1_21_60::ComponentItemComponentData const &)
static MCAPI ::SemVersion const & FIRST_VERSION()
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_21_60::ComponentItemComponentData &&)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14