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 // virtual function thunks
21 // NOLINTBEGIN
22 MCNAPI void $logEvent(::std::string const& message);
23 // NOLINTEND
24
25public:
26 // vftables
27 // NOLINTBEGIN
28 MCNAPI static void** $vftable();
29 // NOLINTEND
30};
Definition IRealmEventLogger.h:5
Definition RealmEventServerLogger.h:8
MCAPI void $logEvent(::std::string const &message)
static MCAPI void ** $vftable()