LeviLamina
Loading...
Searching...
No Matches
ScriptingEventCoordinator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventCoordinator.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ScriptingEventHandler
;
11
class
ScriptingEventListener
;
12
// clang-format on
13
14
class
ScriptingEventCoordinator
:
public
::EventCoordinator
<::ScriptingEventListener> {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ScriptingEventHandler>> mScriptingEventHandler;
19
// NOLINTEND
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
// vIndex: 0
25
virtual
~ScriptingEventCoordinator
()
/*override*/
=
default
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCFOLD
void
registerScriptingEventHandler(::std::unique_ptr<::ScriptingEventHandler>&& handler);
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
EventCoordinator
Definition
EventCoordinator.h:6
ScriptingEventCoordinator
Definition
ScriptingEventCoordinator.h:14
ScriptingEventHandler
Definition
ScriptingEventHandler.h:12
ScriptingEventListener
Definition
ScriptingEventListener.h:13
src
mc
world
events
ScriptingEventCoordinator.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0