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
8
// auto generated forward declare list
9
// clang-format off
10
class
ServerInstanceEventHandler
;
11
class
ServerInstanceEventListener
;
12
// clang-format on
13
14
class
ServerInstanceEventCoordinator
:
public
::EventCoordinator
<::ServerInstanceEventListener> {
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 8, ::std::unique_ptr<::ServerInstanceEventHandler>> mServerInstanceEventHandler;
19
// NOLINTEND
20
};
EventCoordinator
Definition
EventCoordinator.h:6
ServerInstanceEventCoordinator
Definition
ServerInstanceEventCoordinator.h:14
ServerInstanceEventHandler
Definition
ServerInstanceEventHandler.h:10
ServerInstanceEventListener
Definition
ServerInstanceEventListener.h:17
src
mc
world
events
ServerInstanceEventCoordinator.h
Generated on
for LeviLamina by
1.16.1