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 { class DynamicValue; }
9namespace cereal { class SerializerContext; }
10namespace cereal { struct ReflectionCtx; }
11// clang-format on
12
13namespace SharedTypes::v1_21_80 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
59 // NOLINTEND
60
61public:
62 // member functions
63 // NOLINTBEGIN
65
67
69
70 MCNAPI ::std::shared_ptr<::cereal::DynamicValue>
72
73 MCNAPI ::SharedTypes::v1_21_80::ComponentItemComponentData&
75
76 MCNAPI ::SharedTypes::v1_21_80::ComponentItemComponentData&
78
79 MCNAPI void
80 setCustomComponent(::std::shared_ptr<::cereal::DynamicValue> data, ::cereal::SerializerContext const& context);
81
83 // NOLINTEND
84
85public:
86 // static functions
87 // NOLINTBEGIN
88 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
89 // NOLINTEND
90
91public:
92 // static variables
93 // NOLINTBEGIN
94 MCNAPI static ::SemVersion const& FIRST_VERSION();
95 // NOLINTEND
96
97public:
98 // constructor thunks
99 // NOLINTBEGIN
100 MCNAPI void* $ctor();
101
103
105 // NOLINTEND
106
107public:
108 // destructor thunk
109 // NOLINTBEGIN
110 MCNAPI void $dtor();
111 // NOLINTEND
112};
113
114} // namespace SharedTypes::v1_21_80
Definition SemVersion.h:15
Definition SerializerContext.h:11
Definition ComponentItemComponentData.h:15
MCAPI::SharedTypes::v1_21_80::ComponentItemComponentData & operator=(::SharedTypes::v1_21_80::ComponentItemComponentData &&)
MCAPI::SharedTypes::v1_21_80::ComponentItemComponentData & operator=(::SharedTypes::v1_21_80::ComponentItemComponentData const &)
MCAPI void * $ctor(::SharedTypes::v1_21_80::ComponentItemComponentData &&)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::SharedTypes::v1_21_80::ComponentItemComponentData const &)
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_80::ComponentItemComponentData &&)
MCAPI void setCustomComponent(::std::shared_ptr<::cereal::DynamicValue > data, ::cereal::SerializerContext const &context)
MCAPI ::std::shared_ptr<::cereal::DynamicValue > getCustomComponent(::cereal::SerializerContext const &context) const
static MCAPI ::SemVersion const & FIRST_VERSION()
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_80::ComponentItemComponentData const &)
Definition ReflectionCtx.h:11
Definition context.h:5
Definition ctx.h:5
Definition Alias.h:14