LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestActionCraftLoom.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/crafting/ItemStackRequestActionCraftBase.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
ItemStackRequestActionCraftLoom
:
public
::ItemStackRequestActionCraftBase
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 32, ::std::string> mPatternNameId;
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
ItemStackRequestActionCraftLoom
();
34
35
#ifdef LL_PLAT_C
36
MCNAPI
ItemStackRequestActionCraftLoom
(::std::string
const
& patternNameId, uchar numCrafts);
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
(::std::string
const
& patternNameId, uchar numCrafts);
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
ItemStackRequestActionCraftBase
Definition
ItemStackRequestActionCraftBase.h:16
ItemStackRequestActionCraftLoom::$_write
MCAPI void $_write(::BinaryStream &stream) const
ItemStackRequestActionCraftLoom::$ctor
MCAPI void * $ctor()
ItemStackRequestActionCraftLoom::$vftable
static MCAPI void ** $vftable()
ItemStackRequestActionCraftLoom::$_read
MCAPI ::Bedrock::Result< void > $_read(::ReadOnlyBinaryStream &stream)
ItemStackRequestActionCraftLoom::ItemStackRequestActionCraftLoom
MCAPI ItemStackRequestActionCraftLoom()
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
world
inventory
network
crafting
ItemStackRequestActionCraftLoom.h
Generated on
for LeviLamina by
1.16.1