LeviLamina
Loading...
Searching...
No Matches
ComponentItemData_v1_20_20.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace Puv { class VersionRange; }
8namespace cereal { struct ReflectionCtx; }
9// clang-format on
10
12public:
13 // member variables
14 // NOLINTBEGIN
17 // NOLINTEND
18
19public:
20 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29 // NOLINTEND
30
31public:
32 // static functions
33 // NOLINTBEGIN
34 MCAPI static void bindType(::cereal::ReflectionCtx& ctx);
35 // NOLINTEND
36
37public:
38 // static variables
39 // NOLINTBEGIN
40 MCAPI static ::Puv::VersionRange const& SUPPORTED_VERSIONS();
41 // NOLINTEND
42
43public:
44 // destructor thunk
45 // NOLINTBEGIN
46 MCAPI void $dtor();
47 // NOLINTEND
48};
Definition ComponentItemData_v1_20_20.h:11
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14