LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_60.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8namespace Puv { class VersionRange; }
9namespace cereal { struct ReflectionCtx; }
10// clang-format on
11
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
31
32 MCAPI ::ComponentItemData_v1_21_60& operator=(::ComponentItemData_v1_21_60&&);
33
34 MCAPI ::ComponentItemData_v1_21_60& operator=(::ComponentItemData_v1_21_60 const&);
35
37 // NOLINTEND
38
39public:
40 // static functions
41 // NOLINTBEGIN
42 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
43
44 MCAPI static void moveDeprecatedData(::ComponentItemData_v1_21_50& oldData, ::ComponentItemData_v1_21_60& newData);
45 // NOLINTEND
46
47public:
48 // static variables
49 // NOLINTBEGIN
50 MCAPI static ::Puv::VersionRange const& SUPPORTED_VERSIONS();
51 // NOLINTEND
52
53public:
54 // constructor thunks
55 // NOLINTBEGIN
56 MCAPI void* $ctor(::ComponentItemData_v1_21_60&&);
57
58 MCAPI void* $ctor(::ComponentItemData_v1_21_60 const&);
59 // NOLINTEND
60
61public:
62 // destructor thunk
63 // NOLINTBEGIN
64 MCAPI void $dtor();
65 // NOLINTEND
66};
Definition ComponentItemData_v1_21_50.h:12
Definition ComponentItemData_v1_21_60.h:12
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14