LeviLamina
Loading...
Searching...
No Matches
PersonaColors.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace mce { class Color; }
8// clang-format on
9
10namespace persona {
11
13public:
14 // static variables
15 // NOLINTBEGIN
16 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mHairColors();
17
18 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mIrisColors();
19
20 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mMouthColors();
21
22 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mPremiumColors();
23
24 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mScleraColors();
25
26 MCNAPI static ::std::vector<::std::pair<::mce::Color, ::std::string>> const& mSkinColors();
27 // NOLINTEND
28};
29
30} // namespace persona
Definition PersonaColors.h:12
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mIrisColors()
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mPremiumColors()
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mHairColors()
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mMouthColors()
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mSkinColors()
static MCAPI ::std::vector<::std::pair<::mce::Color, ::std::string > > const & mScleraColors()