LeviLamina
Loading...
Searching...
No Matches
MountainParametersBiomeComponentGlue.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/biome/glue/IBiomeComponentGlue.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Biome
;
11
class
BiomeRegistry
;
12
class
Block
;
13
namespace
SharedTypes::v1_20_60 {
struct
IBiomeJsonComponent; }
14
// clang-format on
15
16
struct
MountainParametersBiomeComponentGlue
:
public
::IBiomeComponentGlue
{
17
public
:
18
// member variables
19
// NOLINTBEGIN
20
::ll::TypedStorage<8, 8, ::Block const*> mSteepMaterialAdjustmentBlock;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
// vIndex: 1
27
virtual
bool
resolveAndValidate(
28
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
29
::BiomeRegistry
const
&
30
)
/*override*/
;
31
32
// vIndex: 2
33
virtual
void
34
applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
35
/*override*/
;
36
37
// vIndex: 0
38
virtual
~MountainParametersBiomeComponentGlue
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCAPI
bool
45
$resolveAndValidate(
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
::BiomeRegistry
const
&);
46
47
MCAPI
void
48
$applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
;
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
BiomeRegistry
Definition
BiomeRegistry.h:35
Biome
Definition
Biome.h:23
Block
Definition
Block.h:37
IBiomeComponentGlue
Definition
IBiomeComponentGlue.h:14
MountainParametersBiomeComponentGlue
Definition
MountainParametersBiomeComponentGlue.h:16
MountainParametersBiomeComponentGlue::$vftable
static MCAPI void ** $vftable()
SharedTypes::v1_20_60::IBiomeJsonComponent
Definition
IBiomeJsonComponent.h:10
src-server
mc
world
level
biome
component_glue
MountainParametersBiomeComponentGlue.h
Generated on Tue Oct 28 2025 05:32:36 for LeviLamina by
1.12.0