LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftRecipeAuto.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/TypedServerNetId.h"
8#include "mc/world/inventory/network/crafting/ItemStackRequestActionCraft.h"
9
10// auto generated forward declare list
11// clang-format off
12class BinaryStream;
14struct RecipeNetIdTag;
15// clang-format on
16
18public:
19 // member variables
20 // NOLINTBEGIN
23 // NOLINTEND
24
25public:
26 // prevent constructor by default
30
31public:
32 // virtual functions
33 // NOLINTBEGIN
34 // vIndex: 4
35 virtual void _write(::BinaryStream& stream) const /*override*/;
36
37 // vIndex: 5
38 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
39
40 // vIndex: 0
41 virtual ~ItemStackRequestActionCraftRecipeAuto() /*override*/ = default;
42 // NOLINTEND
43
44public:
45 // virtual function thunks
46 // NOLINTBEGIN
47 MCNAPI void $_write(::BinaryStream& stream) const;
48
49 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCNAPI static void** $vftable();
56 // NOLINTEND
57};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftRecipeAuto.h:17
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
Definition ItemStackRequestActionCraft.h:6
Definition ReadOnlyBinaryStream.h:8
Definition RecipeNetIdTag.h:5
Definition Alias.h:14