LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/EnableNonOwnerReferences.h"
7#include "mc/platform/Result.h"
8#include "mc/world/inventory/network/ItemStackRequestAction.h"
9
10// auto generated forward declare list
11// clang-format off
12class BinaryStream;
13class BlockPalette;
15// clang-format on
16
19public:
20 // member variables
21 // NOLINTBEGIN
25 // NOLINTEND
26
27public:
28 // prevent constructor by default
33 );
35
36public:
37 // virtual functions
38 // NOLINTBEGIN
39 // vIndex: 3
40 virtual void postLoadItems_DEPRECATEDASKTYLAING(::BlockPalette& blockPalette, bool isClientSide) /*override*/;
41
42 // vIndex: 4
43 virtual void _write(::BinaryStream& stream) const /*override*/;
44
45 // vIndex: 5
46 virtual ::Bedrock::Result<void> _read(::ReadOnlyBinaryStream& stream) /*override*/;
47
48 // vIndex: 0
50 // NOLINTEND
51
52public:
53 // destructor thunk
54 // NOLINTBEGIN
55 MCNAPI void $dtor();
56 // NOLINTEND
57
58public:
59 // virtual function thunks
60 // NOLINTBEGIN
61 MCNAPI void $postLoadItems_DEPRECATEDASKTYLAING(::BlockPalette& blockPalette, bool isClientSide);
62
63 MCNAPI void $_write(::BinaryStream& stream) const;
64
65 MCNAPI ::Bedrock::Result<void> $_read(::ReadOnlyBinaryStream& stream);
66 // NOLINTEND
67
68public:
69 // vftables
70 // NOLINTBEGIN
72
73 MCNAPI static void** $vftableForItemStackRequestAction();
74 // NOLINTEND
75};
Definition EnableNonOwnerReferences.h:7
Definition BinaryStream.h:10
Definition BlockPalette.h:18
Definition ItemStackRequestActionCraftResults_DEPRECATEDASKTYLAING.h:18
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
MCAPI void $_write(::BinaryStream &stream) const
MCAPI void $postLoadItems_DEPRECATEDASKTYLAING(::BlockPalette &blockPalette, bool isClientSide)
Definition ItemStackRequestAction.h:18
Definition ReadOnlyBinaryStream.h:8
Definition Alias.h:14