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
&);
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
MCFOLD ::EventResult $onEvent(
::ScriptingNotificationEvent
const
&);
30
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCNAPI
static
void
**
$vftable
();
38
// NOLINTEND
39
};
ScriptingEventListener
Definition
ScriptingEventListener.h:13
ScriptingEventListener::$vftable
static MCAPI void ** $vftable()
ScriptingNotificationEvent
Definition
ScriptingNotificationEvent.h:24
src
mc
world
events
ScriptingEventListener.h
Generated on
for LeviLamina by
1.16.1