LeviLamina
Loading...
Searching...
No Matches
IPacketSecurityHandler.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/network/MinecraftPacketIds.h"
7
#include "mc/network/PacketViolationResponse.h"
8
#include "mc/platform/ErrorInfo.h"
9
10
class
IPacketSecurityHandler
{
11
public
:
12
// virtual functions
13
// NOLINTBEGIN
14
virtual ::PacketViolationResponse checkForViolation(
15
::MinecraftPacketIds,
16
::nonstd::expected<
void
,
::Bedrock::ErrorInfo<::std::error_code>
>
const
&,
17
bool
*
18
) = 0;
19
20
virtual
uint getTelemetryData() = 0;
21
22
virtual
~IPacketSecurityHandler
();
23
// NOLINTEND
24
25
public
:
26
// destructor thunk
27
// NOLINTBEGIN
28
MCNAPI
void
$dtor
();
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCNAPI
static
void
**
$vftable
();
41
// NOLINTEND
42
};
IPacketSecurityHandler
Definition
IPacketSecurityHandler.h:10
IPacketSecurityHandler::$vftable
static MCAPI void ** $vftable()
IPacketSecurityHandler::$dtor
MCAPI void $dtor()
Bedrock::ErrorInfo
Definition
ErrorInfo.h:9
src
mc
network
IPacketSecurityHandler.h
Generated on
for LeviLamina by
1.16.1