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
// vIndex: 0
29
virtual
~ServerInstanceEventCoordinator
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI
void
sendEvent(
::EventRef
<
::ServerInstanceGameplayEvent<void>
>
const
& event);
36
37
MCAPI
void
sendServerInitializeEnd(
::ServerInstance
& instance);
38
39
MCAPI
void
sendServerLevelInitialized(
::ServerInstance
& instance,
::Level
& level);
40
// NOLINTEND
41
42
public
:
43
// destructor thunk
44
// NOLINTBEGIN
45
46
// NOLINTEND
47
48
public
:
49
// vftables
50
// NOLINTBEGIN
51
MCAPI
static
void
** $vftable();
52
// NOLINTEND
53
};
EventCoordinator
Definition
EventCoordinator.h:6
EventRef
Definition
EventRef.h:6
Level
Definition
Level.h:234
ServerInstanceEventCoordinator
Definition
ServerInstanceEventCoordinator.h:18
ServerInstanceEventHandler
Definition
ServerInstanceEventHandler.h:10
ServerInstanceEventListener
Definition
ServerInstanceEventListener.h:17
ServerInstance
Definition
ServerInstance.h:65
ServerInstanceGameplayEvent
Definition
ServerInstanceGameplayEvent.h:6
src
mc
world
events
ServerInstanceEventCoordinator.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0