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
// vIndex: 0
15
virtual ::PacketViolationResponse checkForViolation(
16
::MinecraftPacketIds,
17
::nonstd::expected<
void
,
::Bedrock::ErrorInfo<::std::error_code>
>
const
&,
18
bool
*
19
) = 0;
20
21
// vIndex: 1
22
virtual
uint getTelemetryData() = 0;
23
24
// vIndex: 2
25
virtual
~IPacketSecurityHandler
();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCNAPI
void
$dtor
();
32
// NOLINTEND
33
34
public
:
35
// virtual function thunks
36
// NOLINTBEGIN
37
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
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 Fri Jun 13 2025 05:04:42 for LeviLamina by
1.12.0