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
8// auto generated forward declare list
9// clang-format off
11// clang-format on
12
13class RealmEventServerLogger : public ::IRealmEventLogger {
14public:
15 // member variables
16 // NOLINTBEGIN
17 ::ll::TypedStorage<8, 8, ::LevelEventCoordinator&> mLevelEventCoordinator;
18 // NOLINTEND
19
20public:
21 // prevent constructor by default
22 RealmEventServerLogger& operator=(RealmEventServerLogger const&);
23 RealmEventServerLogger(RealmEventServerLogger const&);
24 RealmEventServerLogger();
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 virtual void logEvent(::std::string const& message) /*override*/;
30 // NOLINTEND
31
32public:
33 // member functions
34 // NOLINTBEGIN
35 MCAPI explicit RealmEventServerLogger(::LevelEventCoordinator& levelEventCoordinator);
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(::LevelEventCoordinator& levelEventCoordinator);
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCAPI void $logEvent(::std::string const& message);
48
49
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition IRealmEventLogger.h:5
Definition LevelEventCoordinator.h:27
static MCAPI void ** $vftable()