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(ColorProxy const&);
18 ColorProxy();
19
20public:
21 // member functions
22 // NOLINTBEGIN
23 MCNAPI ::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy&
25
26 MCNAPI ::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy&
28
29 MCNAPI bool
31
32 MCNAPI ~ColorProxy();
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCNAPI void $dtor();
39 // NOLINTEND
40};
41
42} // namespace SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper
MCAPI::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy & operator=(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy const &)
MCAPI bool operator==(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy const &other) const
MCAPI::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy & operator=(::SharedTypes::v1_20_80::ParticleAppearanceTintingComponentHelper::ColorProxy &&)
Definition Alias.h:14