LeviLamina
Loading...
Searching...
No Matches
I18nObserver.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/Observer.h"
7
8// auto generated forward declare list
9// clang-format off
10class PackManifest;
11namespace Bedrock::Threading { class Mutex; }
12// clang-format on
13
14class I18nObserver : public ::Core::Observer<::I18nObserver, ::Bedrock::Threading::Mutex> {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~I18nObserver() /*override*/ = default;
19
20 virtual void onLanguageChanged(::std::string const& code, bool languageSystemInitializing) = 0;
21
22 virtual void onLanguageKeywordsLoadedFromPack(::PackManifest const& manifest) = 0;
23
24 virtual void onLanguagesLoaded() = 0;
25 // NOLINTEND
26
27public:
28 // virtual function thunks
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // vftables
35 // NOLINTBEGIN
36 MCNAPI static void** $vftable();
37 // NOLINTEND
38};
Definition Mutex.h:10
Definition Observer.h:9
Definition I18nObserver.h:14
static MCAPI void ** $vftable()
Definition PackManifest.h:38
Definition code.h:5