LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCreate.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<1, 1, uchar> mResultsIndex;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 virtual void _write(::BinaryStream& stream) const /*override*/;
26
27 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
28
29 virtual ~ItemStackRequestActionCreate() /*override*/ = default;
30 // NOLINTEND
31
32public:
33 // virtual function thunks
34 // NOLINTBEGIN
35 MCNAPI void $_write(::BinaryStream& stream) const;
36
37 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
38
39
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCNAPI static void** $vftable();
46 // NOLINTEND
47};
Definition BinaryStream.h:11
Definition ItemStackRequestActionCreate.h:15
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
static MCAPI void ** $vftable()
Definition ItemStackRequestAction.h:18
Definition ReadOnlyBinaryStream.h:8