LeviLamina
Loading...
Searching...
No Matches
RealmEventServerLogger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/IRealmEventLogger.h"
7
9public:
10 // virtual functions
11 // NOLINTBEGIN
12 // vIndex: 1
13 virtual void logEvent(::std::string const& message) /*override*/;
14
15 // vIndex: 0
16 virtual ~RealmEventServerLogger() /*override*/ = default;
17 // NOLINTEND
18
19public:
20 // destructor thunk
21 // NOLINTBEGIN
22
23 // NOLINTEND
24
25public:
26 // virtual function thunks
27 // NOLINTBEGIN
28 MCAPI void $logEvent(::std::string const& message);
29 // NOLINTEND
30
31public:
32 // vftables
33 // NOLINTBEGIN
34 MCAPI static void** $vftable();
35 // NOLINTEND
36};
Definition IRealmEventLogger.h:5
Definition RealmEventServerLogger.h:8