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
19 ::ll::TypedStorage<4, 4, int> mPrimaryEffectId;
20 ::ll::TypedStorage<4, 4, int> mSecondaryEffectId;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void _write(::BinaryStream& stream) const /*override*/;
27
28 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
29
30 virtual ~ItemStackRequestActionBeaconPayment() /*override*/ = default;
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCNAPI void $_write(::BinaryStream& stream) const;
37
38 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
39
40
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition BinaryStream.h:11
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