3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
17 ::ll::TypedStorage<8, 32, ::std::string> mListFilename;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mStringToEmoticonMap;
28 virtual ~EmoticonManager() ;
34 MCAPI
explicit EmoticonManager(::std::string
const& listFilename);
36 MCAPI
void _readEmoticonList(::ResourceLocation
const& listLocation);
38 MCAPI ::std::string emoticonifyText(::std::string
const& text)
const;
40 MCAPI
void emoticonifyTextInPlace(::std::string& text)
const;
42 MCAPI
void resetEmoticonData();
48 MCAPI
void* $ctor(::std::string
const& listFilename);
Definition EnableNonOwnerReferences.h:7
Definition EmoticonManager.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15