LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftLoom.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
20 // NOLINTEND
21
22public:
23 // prevent constructor by default
27
28public:
29 // virtual functions
30 // NOLINTBEGIN
31 // vIndex: 4
32 virtual void _write(::BinaryStream& stream) const /*override*/;
33
34 // vIndex: 5
35 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
36
37 // vIndex: 0
38 virtual ~ItemStackRequestActionCraftLoom() /*override*/ = default;
39 // NOLINTEND
40
41public:
42 // destructor thunk
43 // NOLINTBEGIN
44
45 // NOLINTEND
46
47public:
48 // virtual function thunks
49 // NOLINTBEGIN
50 MCAPI void $_write(::BinaryStream& stream) const;
51
52 MCAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
53 // NOLINTEND
54
55public:
56 // vftables
57 // NOLINTBEGIN
58 MCAPI static void** $vftable();
59 // NOLINTEND
60};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraftLoom.h:15
Definition ReadOnlyBinaryStream.h:8
Definition Alias.h:14