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_90 {
14
16public:
17 // member variables
18 // NOLINTBEGIN
61 // NOLINTEND
62
63public:
64 // member functions
65 // NOLINTBEGIN
67
69
71
72 MCNAPI ::std::shared_ptr<::cereal::DynamicValue>
74
75 MCNAPI ::SharedTypes::v1_21_90::ComponentItemComponentData&
77
78 MCNAPI ::SharedTypes::v1_21_90::ComponentItemComponentData&
80
81 MCNAPI void
82 setCustomComponent(::std::shared_ptr<::cereal::DynamicValue> data, ::cereal::SerializerContext const& context);
83
85 // NOLINTEND
86
87public:
88 // static functions
89 // NOLINTBEGIN
90 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
91 // NOLINTEND
92
93public:
94 // static variables
95 // NOLINTBEGIN
96 MCNAPI static ::SemVersion const& FIRST_VERSION();
97 // NOLINTEND
98
99public:
100 // constructor thunks
101 // NOLINTBEGIN
102 MCNAPI void* $ctor();
103
105
107 // NOLINTEND
108
109public:
110 // destructor thunk
111 // NOLINTBEGIN
112 MCNAPI void $dtor();
113 // NOLINTEND
114};
115
116} // namespace SharedTypes::v1_21_90
Definition SemVersion.h:16
Definition SerializerContext.h:11
Definition ComponentItemComponentData.h:15
static MCAPI ::SemVersion const & FIRST_VERSION()
MCAPI void setCustomComponent(::std::shared_ptr<::cereal::DynamicValue > data, ::cereal::SerializerContext const &context)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_90::ComponentItemComponentData &&)
MCAPI void * $ctor(::SharedTypes::v1_21_90::ComponentItemComponentData &&)
MCAPI ComponentItemComponentData(::SharedTypes::v1_21_90::ComponentItemComponentData const &)
MCAPI ::std::shared_ptr<::cereal::DynamicValue > getCustomComponent(::cereal::SerializerContext const &context) const
MCAPI::SharedTypes::v1_21_90::ComponentItemComponentData & operator=(::SharedTypes::v1_21_90::ComponentItemComponentData &&)
MCAPI void * $ctor(::SharedTypes::v1_21_90::ComponentItemComponentData const &)
MCAPI::SharedTypes::v1_21_90::ComponentItemComponentData & operator=(::SharedTypes::v1_21_90::ComponentItemComponentData const &)
Definition ReflectionCtx.h:11
Definition context.h:5
Definition ctx.h:5
Definition Alias.h:14