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/crafting/ItemStackRequestActionCraftBase.h"
8
9// auto generated forward declare list
10// clang-format off
11class BinaryStream;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
21 // NOLINTEND
22
23public:
24 // prevent constructor by default
28
29public:
30 // virtual functions
31 // NOLINTBEGIN
32 // vIndex: 4
33 virtual void _write(::BinaryStream& stream) const /*override*/;
34
35 // vIndex: 5
36 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
37
38 // vIndex: 2
39 virtual int getFilteredStringIndex() const /*override*/;
40
41 // vIndex: 0
42 virtual ~ItemStackRequestActionCraftRecipeOptional() /*override*/ = default;
43 // NOLINTEND
44
45public:
46 // destructor thunk
47 // NOLINTBEGIN
48
49 // NOLINTEND
50
51public:
52 // virtual function thunks
53 // NOLINTBEGIN
54 MCAPI void $_write(::BinaryStream& stream) const;
55
56 MCAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
57
58 MCAPI int $getFilteredStringIndex() const;
59 // NOLINTEND
60
61public:
62 // vftables
63 // NOLINTBEGIN
64 MCAPI static void** $vftable();
65 // NOLINTEND
66};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraftRecipeOptional.h:15
Definition ReadOnlyBinaryStream.h:8
Definition Alias.h:14