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 // virtual function thunks
43 // NOLINTBEGIN
44 MCNAPI void $_write(::BinaryStream& stream) const;
45
46 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
47 // NOLINTEND
48
49public:
50 // vftables
51 // NOLINTBEGIN
52 MCNAPI static void** $vftable();
53 // NOLINTEND
54};
Definition BinaryStream.h:10
Definition ItemStackRequestActionCraftBase.h:16
Definition ItemStackRequestActionCraftLoom.h:15
MCAPI void $_write(::BinaryStream &stream) const
static MCAPI void ** $vftable()
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
Definition ReadOnlyBinaryStream.h:8
Definition Alias.h:14