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
29
virtual
~ItemStackRequestActionCreate
()
/*override*/
=
default
;
30
// NOLINTEND
31
32
public
:
33
// virtual function thunks
34
// NOLINTBEGIN
35
MCNAPI
void
$_write
(
::BinaryStream
& stream)
const
;
36
37
MCNAPI ::Bedrock::Result<void>
$_read
(
::ReadOnlyBinaryStream
& stream);
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCNAPI
static
void
**
$vftable
();
46
// NOLINTEND
47
};
BinaryStream
Definition
BinaryStream.h:11
ItemStackRequestActionCreate
Definition
ItemStackRequestActionCreate.h:15
ItemStackRequestActionCreate::$_read
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
ItemStackRequestActionCreate::$_write
MCAPI void $_write(::BinaryStream &stream) const
ItemStackRequestActionCreate::$vftable
static MCAPI void ** $vftable()
ItemStackRequestAction
Definition
ItemStackRequestAction.h:18
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
world
inventory
network
ItemStackRequestActionCreate.h
Generated on
for LeviLamina by
1.16.1