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
16 checkForViolation(::MinecraftPacketIds, ::nonstd::expected<void, ::Bedrock::ErrorInfo<::std::error_code>> const&, bool*) = 0;
17
18 // vIndex: 1
19 virtual void getTelemetryData(uint&) = 0;
20
21 // vIndex: 2
23 // NOLINTEND
24
25public:
26 // destructor thunk
27 // NOLINTBEGIN
28 MCFOLD void $dtor();
29 // NOLINTEND
30
31public:
32 // virtual function thunks
33 // NOLINTBEGIN
34
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCAPI static void** $vftable();
41 // NOLINTEND
42};
Definition IPacketSecurityHandler.h:10
Definition ErrorInfo.h:9