LeviLamina
Loading...
Searching...
No Matches
ServerPlayerLogMessageHandlerService.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/scripting/runtime/Result_deprecated.h"
7#include "mc/editor/services/IEditorService.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace Editor { class ServiceProviderCollection; }
12// clang-format on
13
14namespace Editor::Services {
15
17#ifdef LL_PLAT_S
18public:
19 // prevent constructor by default
21
22#else // LL_PLAT_C
23#endif
24public:
25 // virtual functions
26 // NOLINTBEGIN
27#ifdef LL_PLAT_S
28 virtual ~ServerPlayerLogMessageHandlerService() /*override*/;
29#else // LL_PLAT_C
30 virtual ~ServerPlayerLogMessageHandlerService() /*override*/ = default;
31#endif
32
33 virtual ::std::string_view getServiceName() const /*override*/;
34
35 virtual ::Scripting::Result_deprecated<void> init() /*override*/;
36
37 virtual ::Scripting::Result_deprecated<void> ready() /*override*/;
38
39 virtual ::Scripting::Result_deprecated<void> quit() /*override*/;
40 // NOLINTEND
41
42public:
43 // member functions
44 // NOLINTBEGIN
45#ifdef LL_PLAT_S
47#endif
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53#ifdef LL_PLAT_S
54 MCNAPI void* $ctor(::Editor::ServiceProviderCollection& providers);
55#endif
56 // NOLINTEND
57
58public:
59 // destructor thunk
60 // NOLINTBEGIN
61 MCNAPI void $dtor();
62 // NOLINTEND
63
64public:
65 // virtual function thunks
66 // NOLINTBEGIN
67 MCNAPI ::std::string_view $getServiceName() const;
68
69 MCNAPI ::Scripting::Result_deprecated<void> $init();
70
71 MCNAPI ::Scripting::Result_deprecated<void> $ready();
72
73 MCNAPI ::Scripting::Result_deprecated<void> $quit();
74
75
76 // NOLINTEND
77
78public:
79 // vftables
80 // NOLINTBEGIN
81 MCNAPI static void** $vftable();
82 // NOLINTEND
83};
84
85} // namespace Editor::Services
Definition ServiceProviderCollection.h:7
Definition IEditorService.h:11
Definition ServerPlayerLogMessageHandlerService.h:16
MCAPI ::Scripting::Result_deprecated< void > $quit()
MCAPI ::Scripting::Result_deprecated< void > $init()
MCAPI ::Scripting::Result_deprecated< void > $ready()