LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.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/crafting/ItemStackRequestActionCraftBase.h"
8
9// auto generated forward declare list
10// clang-format off
11class BinaryStream;
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 4
20 virtual void _write(::BinaryStream& stream) const /*override*/;
21
22 // vIndex: 5
23 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream&) /*override*/;
24
25 // vIndex: 0
27 // NOLINTEND
28
29public:
30 // virtual function thunks
31 // NOLINTBEGIN
32 MCNAPI void $_write(::BinaryStream& stream) const;
33
34 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream&);
35 // NOLINTEND
36
37public:
38 // vftables
39 // NOLINTBEGIN
40 MCNAPI static void** $vftable();
41 // NOLINTEND
42};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraftNonImplemented_DEPRECATEDASKTYLAING.h:15
MCAPI void $_write(::BinaryStream &stream) const
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &)
Definition ReadOnlyBinaryStream.h:8