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
8
namespace
persona {
9
10
struct
ProfileTypeConverter
{
11
public
:
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
persona::ProfileTypeConverter
Definition
ProfileTypeConverter.h:10
src
mc
world
actor
player
persona
ProfileTypeConverter.h
Generated on
for LeviLamina by
1.16.1