LeviLamina
Loading...
Searching...
No Matches
WorldSessionEndPoint.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/debug/log/ContentLogEndPoint.h"
7#include "mc/deps/core/debug/log/LogArea.h"
8#include "mc/deps/core/debug/log/LogLevel.h"
9
10// auto generated forward declare list
11// clang-format off
13// clang-format on
14
15class WorldSessionEndPoint : public ::ContentLogEndPoint {
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
25 WorldSessionEndPoint& operator=(WorldSessionEndPoint const&);
26 WorldSessionEndPoint(WorldSessionEndPoint const&);
27 WorldSessionEndPoint();
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 virtual void log(::LogArea const area, ::LogLevel const level, char const*) /*override*/;
33
34 virtual void flush() /*override*/;
35
36 virtual void setEnabled(bool newState) /*override*/;
37
38 virtual bool isEnabled() const /*override*/;
39
40 virtual bool logOnlyOnce() const /*override*/;
41 // NOLINTEND
42
43public:
44 // member functions
45 // NOLINTBEGIN
46 MCNAPI explicit WorldSessionEndPoint(::IMinecraftEventing& eventing);
47 // NOLINTEND
48
49public:
50 // constructor thunks
51 // NOLINTBEGIN
52 MCNAPI void* $ctor(::IMinecraftEventing& eventing);
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI void $log(::LogArea const area, ::LogLevel const level, char const*);
59
60 MCNAPI void $flush();
61
62 MCNAPI void $setEnabled(bool newState);
63
64 MCNAPI bool $isEnabled() const;
65
66 MCNAPI bool $logOnlyOnce() const;
67
68
69 // NOLINTEND
70
71public:
72 // vftables
73 // NOLINTBEGIN
74 MCNAPI static void** $vftableForLogEndPoint();
75
77 // NOLINTEND
78};
MCAPI ContentLogEndPoint()
Definition IMinecraftEventing.h:138
MCAPI void $setEnabled(bool newState)
MCAPI void $log(::LogArea const area, ::LogLevel const level, char const *)
MCAPI bool $logOnlyOnce() const
MCAPI void $flush()
static MCAPI void ** $vftableForEnableNonOwnerReferences()
MCAPI WorldSessionEndPoint(::IMinecraftEventing &eventing)
MCAPI void * $ctor(::IMinecraftEventing &eventing)
static MCAPI void ** $vftableForLogEndPoint()
MCAPI bool $isEnabled() const
Definition Alias.h:14