LeviLamina
Loading...
Searching...
No Matches
PlayerUpdateEntityOverridesPacket.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/legacy/ActorUniqueID.h"
7#include "mc/network/MinecraftPacketIds.h"
8#include "mc/network/packet/Packet.h"
9#include "mc/network/packet/UpdateType.h"
10#include "mc/platform/Result.h"
11
12// auto generated forward declare list
13// clang-format off
14class BinaryStream;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<4, 8, ::std::variant<::std::monostate, int, float>> mValue;
23 ::ll::TypedStorage<1, 1, ::UpdateType> mUpdateType;
24 ::ll::TypedStorage<8, 8, ::ActorUniqueID> mId;
25 ::ll::TypedStorage<4, 4, uint> mPropertyIndex;
26 // NOLINTEND
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 1
32 virtual ::MinecraftPacketIds getId() const /*override*/;
33
34 // vIndex: 2
35 virtual ::std::string getName() const /*override*/;
36
37 // vIndex: 4
38 virtual void write(::BinaryStream& stream) const /*override*/;
39
40 // vIndex: 8
41 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
42
43 // vIndex: 9
44 virtual void writeVariant(::BinaryStream& stream) const;
45
46 // vIndex: 0
47 virtual ~PlayerUpdateEntityOverridesPacket() /*override*/;
48 // NOLINTEND
49
50public:
51 // destructor thunk
52 // NOLINTBEGIN
53 MCFOLD void $dtor();
54 // NOLINTEND
55
56public:
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
67 MCAPI void $writeVariant(::BinaryStream& stream) const;
68 // NOLINTEND
69
70public:
71 // vftables
72 // NOLINTBEGIN
73 MCNAPI static void** $vftable();
74 // NOLINTEND
75};
Definition BinaryStream.h:10
Definition Packet.h:26
Definition PlayerUpdateEntityOverridesPacket.h:18
static MCAPI void ** $vftable()
Definition ReadOnlyBinaryStream.h:8