LeviLamina
Loading...
Searching...
No Matches
ColorProxy.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5namespace SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper {
6
7struct ColorProxy {
8public:
9 // member variables
10 // NOLINTBEGIN
13 // NOLINTEND
14
15public:
16 // prevent constructor by default
17 ColorProxy& operator=(ColorProxy const&);
18 ColorProxy();
19
20public:
21 // member functions
22 // NOLINTBEGIN
24
25 MCNAPI bool
27
28 MCNAPI ~ColorProxy();
29 // NOLINTEND
30
31public:
32 // constructor thunks
33 // NOLINTBEGIN
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCNAPI void $dtor();
41 // NOLINTEND
42};
43
44} // namespace SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper
MCAPI void * $ctor(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy const &)
MCAPI bool operator==(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy const &other) const
MCAPI ColorProxy(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy const &)
Definition Alias.h:14