LeviLamina
Loading...
Searching...
No Matches
ScriptScriptingGlobalEventListener.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/events/EventListenerDispatcher.h"
7
#include "mc/world/events/EventResult.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ScriptingEventListener
;
12
struct
ScriptCommandMessageEvent
;
13
// clang-format on
14
15
namespace
ScriptModuleMinecraft {
16
17
class
ScriptScriptingGlobalEventListener
:
public
::EventListenerDispatcher
<::ScriptingEventListener> {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 24>
mUnk550148;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ScriptScriptingGlobalEventListener
& operator=(
ScriptScriptingGlobalEventListener
const
&);
27
ScriptScriptingGlobalEventListener
(
ScriptScriptingGlobalEventListener
const
&);
28
ScriptScriptingGlobalEventListener
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 4
34
virtual ::EventResult onEvent(
::ScriptCommandMessageEvent
const
& scriptCommandMessageEvent)
/*override*/
;
35
36
// vIndex: 0
37
virtual
~ScriptScriptingGlobalEventListener
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// destructor thunk
42
// NOLINTBEGIN
43
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCAPI ::EventResult $onEvent(
::ScriptCommandMessageEvent
const
& scriptCommandMessageEvent);
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCAPI
static
void
** $vftable();
56
// NOLINTEND
57
};
58
59
}
// namespace ScriptModuleMinecraft
EventListenerDispatcher
Definition
EventListenerDispatcher.h:6
ScriptModuleMinecraft::ScriptScriptingGlobalEventListener
Definition
ScriptScriptingGlobalEventListener.h:17
ScriptingEventListener
Definition
ScriptingEventListener.h:13
ScriptCommandMessageEvent
Definition
ScriptCommandMessageEvent.h:12
ll::UntypedStorage
Definition
Alias.h:14
src
mc
scripting
modules
minecraft
events
ScriptScriptingGlobalEventListener.h
Generated on Sat Apr 26 2025 05:55:53 for LeviLamina by
1.12.0