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
11// clang-format on
12
14public:
15 // ScriptingEventListener inner types define
17
18public:
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
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCFOLD ::EventResult $onEvent(::ScriptingNotificationEvent const&);
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCAPI static void** $vftable();
44 // NOLINTEND
45};
Definition ScriptingEventListener.h:13
Definition ScriptingNotificationEvent.h:24