LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCreate.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/ItemStackRequestAction.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BinaryStream
;
12
class
ReadOnlyBinaryStream
;
13
// clang-format on
14
15
class
ItemStackRequestActionCreate
:
public
::ItemStackRequestAction {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, uchar> mResultsIndex;
20
// NOLINTEND
21
22
public
:
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
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCNAPI
ItemStackRequestActionCreate
();
34
35
#ifdef LL_PLAT_C
36
MCNAPI
explicit
ItemStackRequestActionCreate
(uchar resultsIndex);
37
#endif
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCNAPI
void
*
$ctor
();
44
45
#ifdef LL_PLAT_C
46
MCNAPI
void
*
$ctor
(uchar resultsIndex);
47
#endif
48
// NOLINTEND
49
50
public
:
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
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
BinaryStream
Definition
BinaryStream.h:11
ItemStackRequestActionCreate::$_read
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
ItemStackRequestActionCreate::$_write
MCAPI void $_write(::BinaryStream &stream) const
ItemStackRequestActionCreate::$vftable
static MCAPI void ** $vftable()
ItemStackRequestActionCreate::$ctor
MCAPI void * $ctor()
ItemStackRequestActionCreate::ItemStackRequestActionCreate
MCAPI ItemStackRequestActionCreate()
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
world
inventory
network
ItemStackRequestActionCreate.h
Generated on
for LeviLamina by
1.16.1