LeviLamina
Loading...
Searching...
No Matches
ScriptingEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventResult.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
struct
ScriptingNotificationEvent
;
11
// clang-format on
12
13
class
ScriptingEventListener
{
14
public
:
15
// ScriptingEventListener inner types define
16
using
EventType =
::ScriptingNotificationEvent
;
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~ScriptingEventListener
() =
default
;
22
23
virtual ::EventResult onEvent(
::ScriptingNotificationEvent
const
& event);
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
ScriptingEventListener
Definition
ScriptingEventListener.h:13
ScriptingNotificationEvent
Definition
ScriptingNotificationEvent.h:24
src
mc
world
events
ScriptingEventListener.h
Generated on
for LeviLamina by
1.16.1