LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftRecipeOptional.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/ItemStackRequestActionCraftBase.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
21 ::ll::TypedStorage<4, 4, ::RecipeNetId> mRecipeNetId;
22 ::ll::TypedStorage<4, 4, int> mFilteredStringIndex;
23 // NOLINTEND
24
25public:
26 // virtual functions
27 // NOLINTBEGIN
28 virtual void _write(::BinaryStream& stream) const /*override*/;
29
30 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
31
32 virtual int getFilteredStringIndex() const /*override*/;
33 // NOLINTEND
34
35public:
36 // member functions
37 // NOLINTBEGIN
39
40#ifdef LL_PLAT_C
41 MCNAPI ItemStackRequestActionCraftRecipeOptional(::RecipeNetId const& recipeNetId, int filteredStringIndex);
42#endif
43 // NOLINTEND
44
45public:
46 // constructor thunks
47 // NOLINTBEGIN
48 MCNAPI void* $ctor();
49
50#ifdef LL_PLAT_C
51 MCNAPI void* $ctor(::RecipeNetId const& recipeNetId, int filteredStringIndex);
52#endif
53 // NOLINTEND
54
55public:
56 // virtual function thunks
57 // NOLINTBEGIN
58 MCNAPI void $_write(::BinaryStream& stream) const;
59
60 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
61
62 MCNAPI int $getFilteredStringIndex() const;
63
64
65 // NOLINTEND
66
67public:
68 // vftables
69 // NOLINTBEGIN
70 MCNAPI static void** $vftable();
71 // NOLINTEND
72};
Definition BinaryStream.h:11
Definition ItemStackRequestActionCraftBase.h:16
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
Definition ReadOnlyBinaryStream.h:8
Definition RecipeNetIdTag.h:5