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
9public:
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> mRedSporeDensity;
15 ::ll::TypedStorage<4, 4, float> mBlueSporeDensity;
16 ::ll::TypedStorage<4, 4, float> mAshDensity;
17 ::ll::TypedStorage<4, 4, float> mWhiteAshDensity;
18 ::ll::TypedStorage<4, 4, float> mSnowAccumulationMin;
19 ::ll::TypedStorage<4, 4, float> mSnowAccumulationMax;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~ClimateAttributes() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // destructor thunk
31 // NOLINTBEGIN
32
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCAPI static void** $vftable();
39 // NOLINTEND
40};
Definition ClimateAttributes.h:8
Definition BiomeComponentBase.h:5