LeviLamina
Loading...
Searching...
No Matches
BiomeSurfaceMaterialAdjustmentData.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
BiomeElementData
;
13
// clang-format on
14
15
struct
BiomeSurfaceMaterialAdjustmentData
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::std::vector<::BiomeElementData>> mAdjustments;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI
void
write(
::BinaryStream
& stream)
const
;
26
27
MCAPI
~BiomeSurfaceMaterialAdjustmentData
();
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI static ::Bedrock::Result<::BiomeSurfaceMaterialAdjustmentData> read(
::ReadOnlyBinaryStream
& stream);
34
// NOLINTEND
35
36
public
:
37
// destructor thunk
38
// NOLINTBEGIN
39
MCFOLD
void
$dtor();
40
// NOLINTEND
41
};
BinaryStream
Definition
BinaryStream.h:11
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeElementData
Definition
BiomeElementData.h:16
BiomeSurfaceMaterialAdjustmentData
Definition
BiomeSurfaceMaterialAdjustmentData.h:15
src
mc
world
level
biome
serialization
BiomeSurfaceMaterialAdjustmentData.h
Generated on
for LeviLamina by
1.16.1