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
// vIndex: 0
22
virtual
~ScriptingEventListener
() =
default
;
23
24
// vIndex: 1
25
virtual ::EventResult onEvent(
::ScriptingNotificationEvent
const
&);
26
// NOLINTEND
27
28
public
:
29
// virtual function thunks
30
// NOLINTBEGIN
31
MCFOLD ::EventResult $onEvent(
::ScriptingNotificationEvent
const
&);
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 Sat Jul 5 2025 06:58:51 for LeviLamina by
1.12.0