LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionBeaconPayment.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/platform/Result.h"
7#include "mc/world/inventory/network/ItemStackRequestAction.h"
8
9// auto generated forward declare list
10// clang-format off
11class BinaryStream;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 4
33 virtual void _write(::BinaryStream& stream) const /*override*/;
34
35 // vIndex: 5
36 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
37
38 // vIndex: 0
39 virtual ~ItemStackRequestActionBeaconPayment() /*override*/ = default;
40 // NOLINTEND
41
42public:
43 // virtual function thunks
44 // NOLINTBEGIN
45 MCNAPI void $_write(::BinaryStream& stream) const;
46
47 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
48 // NOLINTEND
49
50public:
51 // vftables
52 // NOLINTBEGIN
53 MCNAPI static void** $vftable();
54 // NOLINTEND
55};
Definition BinaryStream.h:10
Definition ItemStackRequestActionBeaconPayment.h:15
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
static MCAPI void ** $vftable()
MCAPI void $_write(::BinaryStream &stream) const
Definition ItemStackRequestAction.h:18
Definition ReadOnlyBinaryStream.h:8
Definition Alias.h:14