LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftGrindstone.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/ItemStackNetIdVariant.h"
8#include "mc/world/inventory/network/crafting/ItemStackRequestActionCraft.h"
9
10// auto generated forward declare list
11// clang-format off
12class BinaryStream;
14// clang-format on
15
16class ItemStackRequestActionCraftGrindstone : public ::ItemStackRequestActionCraft<::ItemStackNetIdVariant, 16> {
17public:
18 // member variables
19 // NOLINTBEGIN
20 ::ll::TypedStorage<4, 4, int> mRepairCost;
21 // NOLINTEND
22
23public:
24 // virtual functions
25 // NOLINTBEGIN
26 virtual void _write(::BinaryStream& stream) const /*override*/;
27
28 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
29
30 virtual ::ItemStackNetIdVariant const& getRecipeNetId() const /*override*/;
31 // NOLINTEND
32
33public:
34 // member functions
35 // NOLINTBEGIN
37
38#ifdef LL_PLAT_C
39 MCNAPI ItemStackRequestActionCraftGrindstone(::ItemStackNetIdVariant const& netId, int repairCost);
40#endif
41 // NOLINTEND
42
43public:
44 // constructor thunks
45 // NOLINTBEGIN
46 MCNAPI void* $ctor();
47
48#ifdef LL_PLAT_C
49 MCNAPI void* $ctor(::ItemStackNetIdVariant const& netId, int repairCost);
50#endif
51 // NOLINTEND
52
53public:
54 // virtual function thunks
55 // NOLINTBEGIN
56 MCNAPI void $_write(::BinaryStream& stream) const;
57
58 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
59
60 MCNAPI ::ItemStackNetIdVariant const& $getRecipeNetId() const;
61
62
63 // NOLINTEND
64
65public:
66 // vftables
67 // NOLINTBEGIN
68 MCNAPI static void** $vftable();
69 // NOLINTEND
70};
Definition BinaryStream.h:11
MCAPI::ItemStackNetIdVariant const & $getRecipeNetId() const
MCAPI void $_write(::BinaryStream &stream) const
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
Definition ItemStackRequestActionCraft.h:6
Definition ReadOnlyBinaryStream.h:8
Definition ItemStackNetIdVariant.h:19