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/PacketGroupDefinition.h"
9#include "mc/network/PacketViolationResponse.h"
10#include "mc/platform/ErrorInfo.h"
11
12// auto generated forward declare list
13// clang-format off
15namespace Bedrock { struct ImplCtor; }
16// clang-format on
17
19: public ::Bedrock::ImplBase<
20 ::IPacketSecurityController,
21 ::Bedrock::ImplCtor(::NetworkIdentifier const&),
22 ::Bedrock::ImplCtor(::NetworkIdentifier const&, ::std::shared_ptr<::PacketGroupDefinition::PacketGroupBuilder>)> {
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 // vIndex: 1
27 virtual ::PacketViolationResponse checkForViolation(
28 ::MinecraftPacketIds,
29 ::SubClientId,
30 ::nonstd::expected<void, ::Bedrock::ErrorInfo<::std::error_code>> const&,
31 bool*
32 ) = 0;
33
34 // vIndex: 2
35 virtual uint getTelemetryData() = 0;
36
37 // vIndex: 3
38 virtual ::Bedrock::ErrorInfo<::std::error_code> consumePacketError(::SubClientId) = 0;
39
40 // vIndex: 4
41 virtual void reloadPacketLimitConfig(::std::shared_ptr<::PacketGroupDefinition::PacketGroupBuilder>) = 0;
42
43 // vIndex: 0
44 virtual ~IPacketSecurityController() /*override*/;
45 // NOLINTEND
46
47public:
48 // destructor thunk
49 // NOLINTBEGIN
50 MCNAPI void $dtor();
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56
57 // NOLINTEND
58
59public:
60 // vftables
61 // NOLINTBEGIN
62 MCNAPI static void** $vftable();
63 // NOLINTEND
64};
Definition _HeaderOutputPredefine.h:214
Definition IPacketSecurityController.h:22
static MCAPI void ** $vftable()
Definition NetworkIdentifier.h:10
Definition ErrorInfo.h:9