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
19 ::ll::TypedStorage<8, 32, ::std::string> mPatternNameId;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 4
26 virtual void _write(::BinaryStream& stream) const /*override*/;
27
28 // vIndex: 5
29 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
30
31 // vIndex: 0
32 virtual ~ItemStackRequestActionCraftLoom() /*override*/ = default;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
38 MCNAPI void $_write(::BinaryStream& stream) const;
39
40 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
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