LeviLamina
Loading...
Searching...
No Matches
BiomeMesaSurfaceData.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
// clang-format on
13
14
struct
BiomeMesaSurfaceData
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<4, 4, uint> mClayMaterial;
19
::ll::TypedStorage<4, 4, uint> mHardClayMaterial;
20
::ll::TypedStorage<1, 1, bool> mBrycePillars;
21
::ll::TypedStorage<1, 1, bool> mHasForest;
22
// NOLINTEND
23
24
public
:
25
// member functions
26
// NOLINTBEGIN
27
MCAPI
void
write(
::BinaryStream
& stream)
const
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI static ::Bedrock::Result<::BiomeMesaSurfaceData> read(
::ReadOnlyBinaryStream
& stream);
34
// NOLINTEND
35
};
BinaryStream
Definition
BinaryStream.h:11
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeMesaSurfaceData
Definition
BiomeMesaSurfaceData.h:14
src
mc
world
level
biome
serialization
BiomeMesaSurfaceData.h
Generated on
for LeviLamina by
1.16.1