LeviLamina
Loading...
Searching...
No Matches
WorldGenMultiNoiseClimateAttributes.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> mHumidity;
14 ::ll::TypedStorage<4, 4, float> mAltitude;
15 ::ll::TypedStorage<4, 4, float> mWeirdness;
16 ::ll::TypedStorage<4, 4, float> mWeight;
17 // NOLINTEND
18
19public:
20 // virtual functions
21 // NOLINTBEGIN
22 // vIndex: 0
23 virtual ~WorldGenMultiNoiseClimateAttributes() /*override*/ = default;
24 // NOLINTEND
25
26public:
27 // destructor thunk
28 // NOLINTBEGIN
29
30 // NOLINTEND
31
32public:
33 // vftables
34 // NOLINTBEGIN
35 MCAPI static void** $vftable();
36 // NOLINTEND
37};
Definition WorldGenMultiNoiseClimateAttributes.h:8
Definition BiomeComponentBase.h:5