LeviLamina
Loading...
Searching...
No Matches
ClimateAttributes.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/level/biome/components/BiomeComponentBase.h"
7
8
class
ClimateAttributes
:
public
::BiomeComponentBase
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<4, 4, float> mTemperature;
13
::ll::TypedStorage<4, 4, float> mDownfall;
14
::ll::TypedStorage<4, 4, float> mSnowAccumulationMin;
15
::ll::TypedStorage<4, 4, float> mSnowAccumulationMax;
16
// NOLINTEND
17
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~ClimateAttributes
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// vftables
26
// NOLINTBEGIN
27
MCNAPI
static
void
**
$vftable
();
28
// NOLINTEND
29
};
ClimateAttributes
Definition
ClimateAttributes.h:8
ClimateAttributes::$vftable
static MCAPI void ** $vftable()
BiomeComponentBase
Definition
BiomeComponentBase.h:5
src
mc
world
level
biome
components
ClimateAttributes.h
Generated on
for LeviLamina by
1.16.1