LeviLamina
Loading...
Searching...
No Matches
TintingComponentColor.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace cereal { struct ReflectionCtx; }
8// clang-format on
9
10namespace SharedTypes::v1_20_80 {
11
13public:
14 // member variables
15 // NOLINTBEGIN
19 // NOLINTEND
20
21public:
22 // prevent constructor by default
24
25public:
26 // member functions
27 // NOLINTBEGIN
29
30 MCNAPI ::SharedTypes::v1_20_80::TintingComponentColor&
32
33 MCNAPI ::SharedTypes::v1_20_80::TintingComponentColor& operator=(::SharedTypes::v1_20_80::TintingComponentColor&&);
34
36 // NOLINTEND
37
38public:
39 // static functions
40 // NOLINTBEGIN
41 MCNAPI static void bindType(::cereal::ReflectionCtx& ctx);
42 // NOLINTEND
43
44public:
45 // constructor thunks
46 // NOLINTBEGIN
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCNAPI void $dtor();
54 // NOLINTEND
55};
56
57} // namespace SharedTypes::v1_20_80
Definition TintingComponentColor.h:12
MCAPI TintingComponentColor(::SharedTypes::v1_20_80::TintingComponentColor const &)
MCAPI::SharedTypes::v1_20_80::TintingComponentColor & operator=(::SharedTypes::v1_20_80::TintingComponentColor const &)
MCAPI::SharedTypes::v1_20_80::TintingComponentColor & operator=(::SharedTypes::v1_20_80::TintingComponentColor &&)
MCAPI void * $ctor(::SharedTypes::v1_20_80::TintingComponentColor const &)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
Definition ReflectionCtx.h:11
Definition ctx.h:5
Definition Alias.h:14