LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionBeaconPayment.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
ItemStackRequestActionBeaconPayment
:
public
::ItemStackRequestAction
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> mPrimaryEffectId;
20
::ll::TypedStorage<4, 4, int> mSecondaryEffectId;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 4
27
virtual
void
_write(
::BinaryStream
& stream)
const
/*override*/
;
28
29
// vIndex: 5
30
virtual ::Bedrock::Result<void> _read(
::ReadOnlyBinaryStream
& stream)
/*override*/
;
31
32
// vIndex: 0
33
virtual
~ItemStackRequestActionBeaconPayment
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCNAPI
void
$_write
(
::BinaryStream
& stream)
const
;
40
41
MCNAPI ::Bedrock::Result<void>
$_read
(
::ReadOnlyBinaryStream
& stream);
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCNAPI
static
void
**
$vftable
();
48
// NOLINTEND
49
};
BinaryStream
Definition
BinaryStream.h:10
ItemStackRequestActionBeaconPayment
Definition
ItemStackRequestActionBeaconPayment.h:15
ItemStackRequestActionBeaconPayment::$_read
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
ItemStackRequestActionBeaconPayment::$vftable
static MCAPI void ** $vftable()
ItemStackRequestActionBeaconPayment::$_write
MCAPI void $_write(::BinaryStream &stream) const
ItemStackRequestAction
Definition
ItemStackRequestAction.h:18
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
world
inventory
network
ItemStackRequestActionBeaconPayment.h
Generated on Tue Jul 8 2025 05:10:31 for LeviLamina by
1.12.0