LeviLamina
Loading...
Searching...
No Matches
ReplaceBiomesBiomeComponentGlue.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
namespace
SharedTypes::v1_20_60 {
struct
IBiomeJsonComponent; }
13
// clang-format on
14
15
struct
ReplaceBiomesBiomeComponentGlue
:
public
::IBiomeComponentGlue
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 24, ::std::vector<::std::vector<::gsl::not_null<::Biome const*>>>> mTargetBiomes;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
// vIndex: 1
26
virtual
bool
resolveAndValidate(
27
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
28
::BiomeRegistry
const
& registry
29
)
/*override*/
;
30
31
// vIndex: 2
32
virtual
void
33
applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
34
/*override*/
;
35
36
// vIndex: 0
37
virtual
~ReplaceBiomesBiomeComponentGlue
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// virtual function thunks
42
// NOLINTBEGIN
43
MCAPI
bool
$resolveAndValidate(
44
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
45
::BiomeRegistry
const
& registry
46
);
47
48
MCAPI
void
49
$applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
;
50
// NOLINTEND
51
52
public
:
53
// vftables
54
// NOLINTBEGIN
55
MCNAPI
static
void
**
$vftable
();
56
// NOLINTEND
57
};
BiomeRegistry
Definition
BiomeRegistry.h:35
Biome
Definition
Biome.h:23
IBiomeComponentGlue
Definition
IBiomeComponentGlue.h:14
ReplaceBiomesBiomeComponentGlue
Definition
ReplaceBiomesBiomeComponentGlue.h:15
ReplaceBiomesBiomeComponentGlue::$vftable
static MCAPI void ** $vftable()
SharedTypes::v1_20_60::IBiomeJsonComponent
Definition
IBiomeJsonComponent.h:10
src-server
mc
world
level
biome
component_glue
ReplaceBiomesBiomeComponentGlue.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0