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 // NOLINTEND
33
34public:
35 // member functions
36 // NOLINTBEGIN
38
39#ifdef LL_PLAT_C
40 MCNAPI ItemStackRequestActionCraftRecipeAuto(::RecipeNetId const& recipeNetId, uchar numCrafts);
41
43 ::RecipeNetId const& recipeNetId,
44 uchar numCrafts,
45 ::std::vector<::RecipeIngredient> const& ingredients
46 );
47#endif
48 // NOLINTEND
49
50public:
51 // constructor thunks
52 // NOLINTBEGIN
53 MCNAPI void* $ctor();
54
55#ifdef LL_PLAT_C
56 MCNAPI void* $ctor(::RecipeNetId const& recipeNetId, uchar numCrafts);
57
58 MCNAPI void*
59 $ctor(::RecipeNetId const& recipeNetId, uchar numCrafts, ::std::vector<::RecipeIngredient> const& ingredients);
60#endif
61 // NOLINTEND
62
63public:
64 // virtual function thunks
65 // NOLINTBEGIN
66 MCNAPI void $_write(::BinaryStream& stream) const;
67
68 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
69
70
71 // NOLINTEND
72
73public:
74 // vftables
75 // NOLINTBEGIN
76 MCNAPI static void** $vftable();
77 // NOLINTEND
78};
Definition BinaryStream.h:11
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
Definition ItemStackRequestActionCraft.h:6
Definition ReadOnlyBinaryStream.h:8
Definition RecipeIngredient.h:16
Definition RecipeNetIdTag.h:5