LeviLamina
Loading...
Searching...
No Matches
ProfileTypeConverter.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/player/persona/ProfileType.h"
7
8namespace persona {
9
11public:
12 // static functions
13 // NOLINTBEGIN
14 MCAPI_C static ::persona::ProfileType getProfileTypeFromString(::std::string const& profileTypeStr);
15
16 MCAPI_S static ::std::string_view
17 getStringFromProfileType(::persona::ProfileType typeToGetStringFor, bool nonLegacyStrDesired);
18 // NOLINTEND
19};
20
21} // namespace persona
Definition ProfileTypeConverter.h:10