LeviLamina
Loading...
Searching...
No Matches
WorldGenClimateMappingAttributes.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/biome/BiomeTemperatureCategory.h"
7
#include "mc/world/level/biome/components/BiomeComponentBase.h"
8
9
class
WorldGenClimateMappingAttributes
:
public
::BiomeComponentBase
{
10
public
:
11
// WorldGenClimateMappingAttributes inner types declare
12
// clang-format off
13
struct
WeightedTemperatureCategory
;
14
// clang-format on
15
16
// WorldGenClimateMappingAttributes inner types define
17
struct
WeightedTemperatureCategory
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<1, 1, ::BiomeTemperatureCategory> mTemperature;
22
::ll::TypedStorage<4, 4, uint> mWeight;
23
// NOLINTEND
24
};
25
26
public
:
27
// member variables
28
// NOLINTBEGIN
29
::ll::TypedStorage<8, 24, ::std::vector<::WorldGenClimateMappingAttributes::WeightedTemperatureCategory>>
30
mClimateMappings;
31
// NOLINTEND
32
33
public
:
34
// virtual functions
35
// NOLINTBEGIN
36
// vIndex: 0
37
virtual
~WorldGenClimateMappingAttributes
()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
WorldGenClimateMappingAttributes
Definition
WorldGenClimateMappingAttributes.h:9
WorldGenClimateMappingAttributes::$vftable
static MCAPI void ** $vftable()
BiomeComponentBase
Definition
BiomeComponentBase.h:5
WorldGenClimateMappingAttributes::WeightedTemperatureCategory
Definition
WorldGenClimateMappingAttributes.h:17
src-server
mc
world
level
biome
components
WorldGenClimateMappingAttributes.h
Generated on Sun Oct 12 2025 06:32:25 for LeviLamina by
1.12.0