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