LeviLamina
Loading...
Searching...
No Matches
IPacketSecurityController.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/common/SubClientId.h"
7#include "mc/network/MinecraftPacketIds.h"
8#include "mc/network/PacketViolationResponse.h"
9#include "mc/platform/ErrorInfo.h"
10
11// auto generated forward declare list
12// clang-format off
14namespace Bedrock { struct ImplCtor; }
15// clang-format on
16
18 ::IPacketSecurityController,
19 ::Bedrock::ImplCtor(::NetworkIdentifier const&),
20 ::Bedrock::ImplCtor(::NetworkIdentifier const&, bool)> {
21public:
22 // virtual functions
23 // NOLINTBEGIN
24 // vIndex: 1
25 virtual ::PacketViolationResponse checkForViolation(
26 ::MinecraftPacketIds,
27 ::SubClientId,
28 ::nonstd::expected<void, ::Bedrock::ErrorInfo<::std::error_code>> const&,
29 bool*
30 ) = 0;
31
32 // vIndex: 2
33 virtual uint getTelemetryData() = 0;
34
35 // vIndex: 3
36 virtual ::Bedrock::ErrorInfo<::std::error_code> consumePacketError(::SubClientId) = 0;
37
38 // vIndex: 0
39 virtual ~IPacketSecurityController() /*override*/;
40 // NOLINTEND
41
42public:
43 // destructor thunk
44 // NOLINTBEGIN
45 MCNAPI void $dtor();
46 // NOLINTEND
47
48public:
49 // virtual function thunks
50 // NOLINTBEGIN
51
52 // NOLINTEND
53
54public:
55 // vftables
56 // NOLINTBEGIN
57 MCNAPI static void** $vftable();
58 // NOLINTEND
59};
Definition _HeaderOutputPredefine.h:208
Definition IPacketSecurityController.h:20
static MCAPI void ** $vftable()
Definition NetworkIdentifier.h:10
Definition ErrorInfo.h:9