LeviLamina
Loading...
Searching...
No Matches
ServerInstanceEventCoordinator.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventCoordinator.h"
7
#include "mc/world/events/EventRef.h"
8
#include "mc/world/events/ServerInstanceGameplayEvent.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
Level
;
13
class
ServerInstance
;
14
class
ServerInstanceEventHandler
;
15
class
ServerInstanceEventListener
;
16
// clang-format on
17
18
class
ServerInstanceEventCoordinator
:
public
::EventCoordinator
<::ServerInstanceEventListener> {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ServerInstanceEventHandler>> mServerInstanceEventHandler;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual
~ServerInstanceEventCoordinator
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// member functions
33
// NOLINTBEGIN
34
MCAPI
void
sendEvent(
::EventRef
<
::ServerInstanceGameplayEvent<void>
>
const
& event);
35
36
MCAPI
void
sendServerInitializeEnd(
::ServerInstance
& instance);
37
38
MCAPI
void
sendServerLevelInitialized(
::ServerInstance
& instance,
::Level
& level);
39
// NOLINTEND
40
41
public
:
42
// vftables
43
// NOLINTBEGIN
44
MCNAPI
static
void
**
$vftable
();
45
// NOLINTEND
46
};
EventCoordinator
Definition
EventCoordinator.h:6
EventRef
Definition
EventRef.h:6
Level
Definition
Level.h:249
ServerInstanceEventCoordinator
Definition
ServerInstanceEventCoordinator.h:18
ServerInstanceEventCoordinator::$vftable
static MCAPI void ** $vftable()
ServerInstanceEventHandler
Definition
ServerInstanceEventHandler.h:10
ServerInstanceEventListener
Definition
ServerInstanceEventListener.h:17
ServerInstance
Definition
ServerInstance.h:57
ServerInstanceGameplayEvent
Definition
ServerInstanceGameplayEvent.h:6
src
mc
world
events
ServerInstanceEventCoordinator.h
Generated on
for LeviLamina by
1.16.1