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 // vIndex: 4
29 virtual void _write(::BinaryStream& stream) const /*override*/;
30
31 // vIndex: 5
32 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
33
34 // vIndex: 2
35 virtual int getFilteredStringIndex() const /*override*/;
36
37 // vIndex: 0
38 virtual ~ItemStackRequestActionCraftRecipeOptional() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI void $_write(::BinaryStream& stream) const;
45
46 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
47
48 MCNAPI int $getFilteredStringIndex() const;
49 // NOLINTEND
50
51public:
52 // vftables
53 // NOLINTBEGIN
54 MCNAPI static void** $vftable();
55 // NOLINTEND
56};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraftRecipeOptional.h:17
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
Definition ReadOnlyBinaryStream.h:8
Definition RecipeNetIdTag.h:5