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 // destructor thunk
46 // NOLINTBEGIN
47
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCAPI void $_write(::BinaryStream& stream) const;
54
55 MCAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
56 // NOLINTEND
57
58public:
59 // vftables
60 // NOLINTBEGIN
61 MCAPI static void** $vftable();
62 // NOLINTEND
63};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftRecipeAuto.h:17
Definition ItemStackRequestActionCraft.h:6
Definition ReadOnlyBinaryStream.h:8
Definition RecipeNetIdTag.h:5
Definition Alias.h:14