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
10class BinaryStream;
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<4, 4, int> fromItemKey;
20 ::ll::TypedStorage<8, 24, ::std::vector<::MaterialReducerEntryOutput>> toItemIdsAndCounts;
21 // NOLINTEND
22
23public:
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
33 // NOLINTEND
34
35public:
36 // destructor thunk
37 // NOLINTBEGIN
38 MCFOLD void $dtor();
39 // NOLINTEND
40};
Definition BinaryStream.h:11
Definition ReadOnlyBinaryStream.h:8
Definition MaterialReducerDataEntry.h:15
Definition MaterialReducerEntryOutput.h:5