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 virtual void _write(::BinaryStream& stream) const /*override*/;
30
31 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
32
33 virtual ~ItemStackRequestActionCraftRecipeAuto() /*override*/ = default;
34 // NOLINTEND
35
36public:
37 // virtual function thunks
38 // NOLINTBEGIN
39 MCNAPI void $_write(::BinaryStream& stream) const;
40
41 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
42
43
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition BinaryStream.h:11
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