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
ReadOnlyBinaryStream
;
11
struct
BiomeElementData
;
12
// clang-format on
13
14
struct
BiomeSurfaceMaterialAdjustmentData
{
15
public
:
16
// member variables
17
// NOLINTBEGIN
18
::ll::TypedStorage<8, 24, ::std::vector<::BiomeElementData>> mAdjustments;
19
// NOLINTEND
20
21
public
:
22
// prevent constructor by default
23
BiomeSurfaceMaterialAdjustmentData
& operator=(
BiomeSurfaceMaterialAdjustmentData
const
&);
24
BiomeSurfaceMaterialAdjustmentData
();
25
26
public
:
27
// member functions
28
// NOLINTBEGIN
29
MCAPI
BiomeSurfaceMaterialAdjustmentData
(
::BiomeSurfaceMaterialAdjustmentData
const
&);
30
31
MCAPI
~BiomeSurfaceMaterialAdjustmentData
();
32
// NOLINTEND
33
34
public
:
35
// static functions
36
// NOLINTBEGIN
37
MCAPI static ::Bedrock::Result<::BiomeSurfaceMaterialAdjustmentData> read(
::ReadOnlyBinaryStream
& stream);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor(
::BiomeSurfaceMaterialAdjustmentData
const
&);
44
// NOLINTEND
45
46
public
:
47
// destructor thunk
48
// NOLINTBEGIN
49
MCFOLD
void
$dtor();
50
// NOLINTEND
51
};
ReadOnlyBinaryStream
Definition
ReadOnlyBinaryStream.h:8
BiomeElementData
Definition
BiomeElementData.h:16
BiomeSurfaceMaterialAdjustmentData
Definition
BiomeSurfaceMaterialAdjustmentData.h:14
src-server
mc
world
level
biome
serialization
BiomeSurfaceMaterialAdjustmentData.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0