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
11public:
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
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31 MCNAPI void $dtor();
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition IPacketSecurityHandler.h:10
static MCAPI void ** $vftable()
Definition ErrorInfo.h:9