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
virtual
bool
resolveAndValidate(
26
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
27
::BiomeRegistry
const
& registry
28
)
/*override*/
;
29
30
virtual
void
31
applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
32
/*override*/
;
33
34
virtual
~ReplaceBiomesBiomeComponentGlue
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
bool
$resolveAndValidate(
41
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent,
42
::BiomeRegistry
const
& registry
43
);
44
45
MCAPI
void
46
$applyToBiome(
::Biome
& biome,
::SharedTypes::v1_20_60::IBiomeJsonComponent
const
& biomeJsonComponent)
const
;
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
BiomeRegistry
Definition
BiomeRegistry.h:37
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
mc
world
level
biome
component_glue
ReplaceBiomesBiomeComponentGlue.h
Generated on
for LeviLamina by
1.16.1