LeviLamina
Loading...
Searching...
No Matches
SetMovementAuthorityPacket.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components/ServerAuthMovementMode.h"
7
#include "mc/network/MinecraftPacketIds.h"
8
#include "mc/network/packet/Packet.h"
9
#include "mc/platform/Result.h"
10
11
// auto generated forward declare list
12
// clang-format off
13
class
BinaryStream
;
14
class
ReadOnlyBinaryStream
;
15
// clang-format on
16
17
class
SetMovementAuthorityPacket
:
public
::Packet
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<1, 1, ::ServerAuthMovementMode> mNewAuthMovementMode;
22
// NOLINTEND
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
// vIndex: 1
28
virtual ::MinecraftPacketIds getId()
const
/*override*/
;
29
30
// vIndex: 2
31
virtual ::std::string getName()
const
/*override*/
;
32
33
// vIndex: 4
34
virtual
void
write(
::BinaryStream
&)
const
/*override*/
;
35
36
// vIndex: 8
37
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
&)
/*override*/
;
38
39
// vIndex: 0
40
virtual
~SetMovementAuthorityPacket
()
/*override*/
=
default
;
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
47
// NOLINTEND
48
};
BinaryStream
Definition
BinaryStream.h:10
Packet
Definition
Packet.h:26
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
SetMovementAuthorityPacket
Definition
SetMovementAuthorityPacket.h:17
src
mc
network
packet
SetMovementAuthorityPacket.h
Generated on Fri Jun 13 2025 05:04:43 for LeviLamina by
1.12.0