LeviLamina
Loading...
Searching...
No Matches
RemoveVolumeEntityPacket.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/AutomaticID.h"
7#include "mc/deps/ecs/EntityNetId.h"
8#include "mc/network/MinecraftPacketIds.h"
9#include "mc/network/packet/Packet.h"
10#include "mc/platform/Result.h"
11
12// auto generated forward declare list
13// clang-format off
14class BinaryStream;
15class Dimension;
17// clang-format on
18
20public:
21 // member variables
22 // NOLINTBEGIN
23 ::ll::TypedStorage<4, 4, ::DimensionType> mDimensionType;
24 ::ll::TypedStorage<4, 4, ::EntityNetId> mEntityNetId;
25 // NOLINTEND
26
27public:
28 // virtual functions
29 // NOLINTBEGIN
30 // vIndex: 0
31 virtual ~RemoveVolumeEntityPacket() /*override*/ = default;
32
33 // vIndex: 1
34 virtual ::MinecraftPacketIds getId() const /*override*/;
35
36 // vIndex: 2
37 virtual ::std::string getName() const /*override*/;
38
39 // vIndex: 4
40 virtual void write(::BinaryStream& stream) const /*override*/;
41
42 // vIndex: 8
43 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCAPI ::MinecraftPacketIds $getId() const;
50
51 MCAPI ::std::string $getName() const;
52
53 MCAPI void $write(::BinaryStream& stream) const;
54
55 MCAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCNAPI static void** $vftable();
62 // NOLINTEND
63};
Definition BinaryStream.h:10
Definition Dimension.h:83
Definition Packet.h:26
Definition ReadOnlyBinaryStream.h:8
Definition RemoveVolumeEntityPacket.h:19
static MCAPI void ** $vftable()