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
10
class
PackManifest
;
11
namespace
Bedrock::Threading {
class
Mutex
; }
12
// clang-format on
13
14
class
I18nObserver
:
public
::Core::Observer
<::I18nObserver, ::Bedrock::Threading::Mutex> {
15
public
:
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
27
public
:
28
// virtual function thunks
29
// NOLINTBEGIN
30
31
// NOLINTEND
32
33
public
:
34
// vftables
35
// NOLINTBEGIN
36
MCNAPI
static
void
**
$vftable
();
37
// NOLINTEND
38
};
Bedrock::Threading::Mutex
Definition
Mutex.h:10
Core::Observer
Definition
Observer.h:9
I18nObserver
Definition
I18nObserver.h:14
I18nObserver::$vftable
static MCAPI void ** $vftable()
PackManifest
Definition
PackManifest.h:38
code
Definition
code.h:5
src
mc
locale
I18nObserver.h
Generated on
for LeviLamina by
1.16.1