LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_80.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
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 MCNAPI ::ComponentItemData_v1_21_80& operator=(::ComponentItemData_v1_21_80 const&);
33
35 // NOLINTEND
36
37public:
38 // static functions
39 // NOLINTBEGIN
40 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
41
43
44 MCNAPI static void
46 // NOLINTEND
47
48public:
49 // static variables
50 // NOLINTBEGIN
51 MCNAPI static ::SemVersionConstant const& VERSION();
52 // NOLINTEND
53
54public:
55 // constructor thunks
56 // NOLINTBEGIN
57 MCNAPI void* $ctor(::ComponentItemData_v1_21_80 const&);
58
60 // NOLINTEND
61
62public:
63 // destructor thunk
64 // NOLINTBEGIN
65 MCNAPI void $dtor();
66 // NOLINTEND
67};
Definition _HeaderOutputPredefine.h:241
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_21_60.h:12
Definition ComponentItemData_v1_21_80.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI void * $ctor(::ComponentItemData_v1_21_80 &&)
MCAPI ComponentItemData_v1_21_80(::ComponentItemData_v1_21_80 const &)
MCAPI void * $ctor(::ComponentItemData_v1_21_80 const &)
MCAPI ComponentItemData_v1_21_80(::ComponentItemData_v1_21_80 &&)
static MCAPI void moveDeprecatedData(::ComponentItemData_v1_21_60 &oldData, ::ComponentItemData_v1_21_80 &newData)
MCAPI::ComponentItemData_v1_21_80 & operator=(::ComponentItemData_v1_21_80 const &)
static MCAPI void upgrade(::Puv::CerealUpgrader<::ComponentItemData_v1_21_60, ::ComponentItemData_v1_21_80, nullptr_t > &upgrader)
static MCAPI ::SemVersionConstant const & VERSION()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14