LeviLamina
Loading...
Searching...
No Matches
ItemStackNetIdVariant.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/TypedClientNetId.h"
8
#include "mc/world/inventory/network/TypedServerNetId.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
class
ReadOnlyBinaryStream
;
13
struct
ItemStackLegacyRequestIdTag
;
14
struct
ItemStackNetIdTag
;
15
struct
ItemStackRequestIdTag
;
16
// clang-format on
17
18
struct
ItemStackNetIdVariant
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<4, 24, ::std::variant<::ItemStackNetId, ::ItemStackRequestId, ::ItemStackLegacyRequestId>>
23
mVariant;
24
// NOLINTEND
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI ::Bedrock::Result<void> deserialize(
::ReadOnlyBinaryStream
& stream);
30
31
MCAPI ::std::string toString()
const
;
32
33
MCAPI
~ItemStackNetIdVariant
();
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCAPI
void
$dtor();
40
// NOLINTEND
41
};
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
ItemStackLegacyRequestIdTag
Definition
ItemStackLegacyRequestIdTag.h:5
ItemStackNetIdTag
Definition
ItemStackNetIdTag.h:5
ItemStackNetIdVariant
Definition
ItemStackNetIdVariant.h:18
ItemStackRequestIdTag
Definition
ItemStackRequestIdTag.h:5
src-server
mc
world
inventory
network
ItemStackNetIdVariant.h
Generated on Sun Oct 12 2025 06:32:22 for LeviLamina by
1.12.0