LeviLamina
Loading...
Searching...
No Matches
MaterialReducerDataEntry.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
BinaryStream
;
11
class
ReadOnlyBinaryStream
;
12
struct
MaterialReducerEntryOutput
;
13
// clang-format on
14
15
struct
MaterialReducerDataEntry
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<4, 4, int> fromItemKey;
20
::ll::TypedStorage<8, 24, ::std::vector<::MaterialReducerEntryOutput>> toItemIdsAndCounts;
21
// NOLINTEND
22
23
public
:
24
// member functions
25
// NOLINTBEGIN
26
#ifdef LL_PLAT_C
27
MCAPI ::Bedrock::Result<void> read(
::ReadOnlyBinaryStream
& stream);
28
#endif
29
30
MCAPI
void
write(
::BinaryStream
& stream)
const
;
31
32
MCAPI
~MaterialReducerDataEntry
();
33
// NOLINTEND
34
35
public
:
36
// destructor thunk
37
// NOLINTBEGIN
38
MCFOLD
void
$dtor();
39
// NOLINTEND
40
};
BinaryStream
Definition
BinaryStream.h:11
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
MaterialReducerDataEntry
Definition
MaterialReducerDataEntry.h:15
MaterialReducerEntryOutput
Definition
MaterialReducerEntryOutput.h:5
src
mc
network
packet
MaterialReducerDataEntry.h
Generated on
for LeviLamina by
1.16.1