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