LeviLamina
Loading...
Searching...
No Matches
ClientCameraAimAssistPacket.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/packet/Packet.h"
8
#include "mc/platform/Result.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
BinaryStream
;
13
class
ReadOnlyBinaryStream
;
14
// clang-format on
15
16
class
ClientCameraAimAssistPacket
:
public
::Packet
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::UntypedStorage<8, 32>
mUnkea905b;
21
::ll::UntypedStorage<1, 1>
mUnke72235;
22
::ll::UntypedStorage<1, 1>
mUnkd4537e;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
ClientCameraAimAssistPacket
& operator=(
ClientCameraAimAssistPacket
const
&);
28
ClientCameraAimAssistPacket
(
ClientCameraAimAssistPacket
const
&);
29
ClientCameraAimAssistPacket
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 1
35
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
36
37
// vIndex: 2
38
virtual ::std::string getName()
const
/*override*/
;
39
40
// vIndex: 4
41
virtual
void
write(
::BinaryStream
& stream)
const
/*override*/
;
42
43
// vIndex: 8
44
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
45
46
// vIndex: 0
47
virtual
~ClientCameraAimAssistPacket
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// destructor thunk
52
// NOLINTBEGIN
53
54
// NOLINTEND
55
56
public
:
57
// virtual function thunks
58
// NOLINTBEGIN
59
MCAPI ::MinecraftPacketIds $getId()
const
;
60
61
MCAPI ::std::string $getName()
const
;
62
63
MCAPI
void
$write(
::BinaryStream
& stream)
const
;
64
65
MCAPI ::Bedrock::Result<void> $_read(
::ReadOnlyBinaryStream
& stream);
66
// NOLINTEND
67
68
public
:
69
// vftables
70
// NOLINTBEGIN
71
MCAPI
static
void
** $vftable();
72
// NOLINTEND
73
};
BinaryStream
Definition
BinaryStream.h:10
ClientCameraAimAssistPacket
Definition
ClientCameraAimAssistPacket.h:16
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
ll::UntypedStorage
Definition
Alias.h:14
src
mc
network
packet
ClientCameraAimAssistPacket.h
Generated on Sat Apr 26 2025 05:55:47 for LeviLamina by
1.12.0