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
12
class
IMinecraftEventing
;
13
// clang-format on
14
15
class
WorldSessionEndPoint :
public
::ContentLogEndPoint
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::UntypedStorage<8, 8>
mUnk5ccb44;
20
::ll::UntypedStorage<1, 1>
mUnk4ec654;
21
// NOLINTEND
22
23
public
:
24
// prevent constructor by default
25
WorldSessionEndPoint& operator=(WorldSessionEndPoint
const
&);
26
WorldSessionEndPoint(WorldSessionEndPoint
const
&);
27
WorldSessionEndPoint();
28
29
public
:
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
43
public
:
44
// member functions
45
// NOLINTBEGIN
46
MCNAPI
explicit
WorldSessionEndPoint
(
::IMinecraftEventing
& eventing);
47
// NOLINTEND
48
49
public
:
50
// constructor thunks
51
// NOLINTBEGIN
52
MCNAPI
void
*
$ctor
(
::IMinecraftEventing
& eventing);
53
// NOLINTEND
54
55
public
:
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
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCNAPI
static
void
**
$vftableForLogEndPoint
();
75
76
MCNAPI
static
void
**
$vftableForEnableNonOwnerReferences
();
77
// NOLINTEND
78
};
ContentLogEndPoint::ContentLogEndPoint
MCAPI ContentLogEndPoint()
IMinecraftEventing
Definition
IMinecraftEventing.h:138
WorldSessionEndPoint::$setEnabled
MCAPI void $setEnabled(bool newState)
WorldSessionEndPoint::$log
MCAPI void $log(::LogArea const area, ::LogLevel const level, char const *)
WorldSessionEndPoint::$logOnlyOnce
MCAPI bool $logOnlyOnce() const
WorldSessionEndPoint::$flush
MCAPI void $flush()
WorldSessionEndPoint::$vftableForEnableNonOwnerReferences
static MCAPI void ** $vftableForEnableNonOwnerReferences()
WorldSessionEndPoint::WorldSessionEndPoint
MCAPI WorldSessionEndPoint(::IMinecraftEventing &eventing)
WorldSessionEndPoint::$ctor
MCAPI void * $ctor(::IMinecraftEventing &eventing)
WorldSessionEndPoint::$vftableForLogEndPoint
static MCAPI void ** $vftableForLogEndPoint()
WorldSessionEndPoint::$isEnabled
MCAPI bool $isEnabled() const
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
WorldSessionEndPoint.h
Generated on
for LeviLamina by
1.16.1