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
// destructor thunk
30
// NOLINTBEGIN
31
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
MCFOLD ::EventResult $onEvent(
::ScriptingNotificationEvent
const
&);
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCAPI
static
void
** $vftable();
44
// NOLINTEND
45
};
ScriptingEventListener
Definition
ScriptingEventListener.h:13
ScriptingNotificationEvent
Definition
ScriptingNotificationEvent.h:24
src
mc
world
events
ScriptingEventListener.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0