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 virtual void _write(::BinaryStream& stream) const /*override*/;
26
27 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
28 // NOLINTEND
29
30public:
31 // member functions
32 // NOLINTBEGIN
34
35#ifdef LL_PLAT_C
36 MCNAPI ItemStackRequestActionCraftLoom(::std::string const& patternNameId, uchar numCrafts);
37#endif
38 // NOLINTEND
39
40public:
41 // constructor thunks
42 // NOLINTBEGIN
43 MCNAPI void* $ctor();
44
45#ifdef LL_PLAT_C
46 MCNAPI void* $ctor(::std::string const& patternNameId, uchar numCrafts);
47#endif
48 // NOLINTEND
49
50public:
51 // virtual function thunks
52 // NOLINTBEGIN
53 MCNAPI void $_write(::BinaryStream& stream) const;
54
55 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
56
57
58 // NOLINTEND
59
60public:
61 // vftables
62 // NOLINTBEGIN
63 MCNAPI static void** $vftable();
64 // NOLINTEND
65};
Definition BinaryStream.h:11
Definition ItemStackRequestActionCraftBase.h:16
MCAPI void $_write(::BinaryStream &stream) const
static MCAPI void ** $vftable()
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
Definition ReadOnlyBinaryStream.h:8