LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_21_40.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
25
26public:
27 // member functions
28 // NOLINTBEGIN
30
32 // NOLINTEND
33
34public:
35 // static functions
36 // NOLINTBEGIN
37 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
38
40
41 MCNAPI static void
43 // NOLINTEND
44
45public:
46 // static variables
47 // NOLINTBEGIN
48 MCNAPI static ::SemVersionConstant const& VERSION();
49 // NOLINTEND
50
51public:
52 // constructor thunks
53 // NOLINTBEGIN
54 MCNAPI void* $ctor();
55 // NOLINTEND
56
57public:
58 // destructor thunk
59 // NOLINTBEGIN
60 MCNAPI void $dtor();
61 // NOLINTEND
62};
Definition _HeaderOutputPredefine.h:241
Definition SemVersionConstant.h:8
Definition ComponentItemData_v1_21_30.h:12
Definition ComponentItemData_v1_21_40.h:12
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
static MCAPI void moveDeprecatedData(::ComponentItemData_v1_21_30 &oldData, ::ComponentItemData_v1_21_40 &newData)
static MCAPI void upgrade(::Puv::CerealUpgrader<::ComponentItemData_v1_21_30, ::ComponentItemData_v1_21_40, nullptr_t > &upgrader)
static MCAPI ::SemVersionConstant const & VERSION()
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14