LeviLamina
Loading...
Searching...
No Matches
ScriptClientDiagnosticsListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/EventResult.h"
7#include "mc/world/events/ServerNetworkEventListener.h"
8
9// auto generated forward declare list
10// clang-format off
11struct DiagnosticsEvent;
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 0
32 virtual ~ScriptClientDiagnosticsListener() /*override*/ = default;
33
34 // vIndex: 3
35 virtual ::EventResult onDiagnostics(::DiagnosticsEvent const& diagnosticsEvent) /*override*/;
36 // NOLINTEND
37
38public:
39 // virtual function thunks
40 // NOLINTBEGIN
41 MCNAPI ::EventResult $onDiagnostics(::DiagnosticsEvent const& diagnosticsEvent);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
Definition ScriptClientDiagnosticsListener.h:14
MCAPI::EventResult $onDiagnostics(::DiagnosticsEvent const &diagnosticsEvent)
static MCAPI void ** $vftable()
Definition ServerNetworkEventListener.h:15
Definition DiagnosticsEvent.h:8
Definition Alias.h:14