LeviLamina
Loading...
Searching...
No Matches
IRealmsTelemetry.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
namespace
Bedrock::Http {
class
Status
; }
8
namespace
Social::Events {
class
Event
; }
9
// clang-format on
10
11
class
IRealmsTelemetry
{
12
public
:
13
// virtual functions
14
// NOLINTBEGIN
15
virtual
~IRealmsTelemetry
() =
default
;
16
17
virtual
void
AddGeneralCall(::std::string
const
&,
::Bedrock::Http::Status
) = 0;
18
19
virtual
void
AddRealmCall(::std::string
const
&, int64,
::Bedrock::Http::Status
) = 0;
20
21
virtual
void
PopulateEvent(
::Social::Events::Event
&)
const
= 0;
22
23
virtual
bool
ShouldSendEvent()
const
= 0;
24
// NOLINTEND
25
26
public
:
27
// virtual function thunks
28
// NOLINTBEGIN
29
30
// NOLINTEND
31
};
Bedrock::Http::Status
Definition
Status.h:7
IRealmsTelemetry
Definition
IRealmsTelemetry.h:11
Social::Events::Event
Definition
Event.h:18
src
mc
events
IRealmsTelemetry.h
Generated on
for LeviLamina by
1.16.1