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 // vftables
21 // NOLINTBEGIN
22 MCNAPI static void** $vftable();
23 // NOLINTEND
24};
Definition WorldGenMultiNoiseClimateAttributes.h:8
static MCAPI void ** $vftable()
Definition BiomeComponentBase.h:5