LeviLamina
Loading...
Searching...
No Matches
EmoticonManager.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 32, ::std::string> mListFilename;
18 ::ll::TypedStorage<8, 64, ::std::unordered_map<::std::string, int>> mStringToEmoticonMap;
19 // NOLINTEND
20
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 virtual ~EmoticonManager() /*override*/;
25 // NOLINTEND
26
27public:
28 // member functions
29 // NOLINTBEGIN
30 MCAPI int _findEmoticon(::std::string const& emoticonName) const;
31
32 MCAPI void _readEmoticonList(::ResourceLocation const& listLocation);
33
34 MCAPI void emoticonifyTextInPlace(::std::string& text) const;
35
36 MCAPI void resetEmoticonData();
37 // NOLINTEND
38
39public:
40 // destructor thunk
41 // NOLINTBEGIN
42 MCAPI void $dtor();
43 // NOLINTEND
44
45public:
46 // vftables
47 // NOLINTBEGIN
48 MCNAPI static void** $vftable();
49 // NOLINTEND
50};
Definition EnableNonOwnerReferences.h:7
Definition EmoticonManager.h:5
static MCAPI void ** $vftable()
Definition ResourceLocation.h:15