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;
15struct RecipeNetIdTag;
16// clang-format on
17
19public:
20 // member variables
21 // NOLINTBEGIN
22 ::ll::TypedStorage<8, 24, ::std::vector<::RecipeIngredient>> mIngredients;
23 ::ll::TypedStorage<1, 1, uchar> mNumIngredients;
24 // NOLINTEND
25
26public:
27 // virtual functions
28 // NOLINTBEGIN
29 // vIndex: 4
30 virtual void _write(::BinaryStream& stream) const /*override*/;
31
32 // vIndex: 5
33 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
34
35 // vIndex: 0
36 virtual ~ItemStackRequestActionCraftRecipeAuto() /*override*/ = default;
37 // NOLINTEND
38
39public:
40 // virtual function thunks
41 // NOLINTBEGIN
42 MCNAPI void $_write(::BinaryStream& stream) const;
43
44 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftRecipeAuto.h:18
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
Definition ItemStackRequestActionCraft.h:6
Definition ReadOnlyBinaryStream.h:8
Definition RecipeIngredient.h:17
Definition RecipeNetIdTag.h:5