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 virtual void _write(::BinaryStream&) const /*override*/;
20
21 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream&) /*override*/;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 // NOLINTEND
29
30public:
31 // constructor thunks
32 // NOLINTBEGIN
33 MCNAPI void* $ctor();
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI void $_write(::BinaryStream&) const;
40
41 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream&);
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BinaryStream.h:11
Definition ItemStackRequestActionCraftBase.h:16
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &)
Definition ReadOnlyBinaryStream.h:8