LeviLamina
Loading...
Searching...
No Matches
ItemStackRequestBatch.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/platform/Result.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ItemStackRequestData
;
11
class
ReadOnlyBinaryStream
;
12
// clang-format on
13
14
class
ItemStackRequestBatch
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::std::vector<::std::unique_ptr<::ItemStackRequestData>>> mRequests;
19
// NOLINTEND
20
21
public
:
22
// static functions
23
// NOLINTBEGIN
24
MCNAPI static ::Bedrock::Result<::std::unique_ptr<::ItemStackRequestBatch>>
read
(
::ReadOnlyBinaryStream
& stream);
25
// NOLINTEND
26
};
ItemStackRequestBatch
Definition
ItemStackRequestBatch.h:14
ItemStackRequestBatch::read
static MCAPI ::Bedrock::Result<::std::unique_ptr<::ItemStackRequestBatch > > read(::ReadOnlyBinaryStream &stream)
ItemStackRequestData
Definition
ItemStackRequestData.h:18
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
src
mc
world
inventory
network
ItemStackRequestBatch.h
Generated on Mon Jun 30 2025 05:54:03 for LeviLamina by
1.12.0