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