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 // vIndex: 4
27 virtual void _write(::BinaryStream& stream) const /*override*/;
28
29 // vIndex: 5
30 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
31
32 // vIndex: 0
33 virtual ~ItemStackRequestActionBeaconPayment() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI void $_write(::BinaryStream& stream) const;
40
41 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
42 // NOLINTEND
43
44public:
45 // vftables
46 // NOLINTBEGIN
47 MCNAPI static void** $vftable();
48 // NOLINTEND
49};
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