LeviLamina
Loading...
Searching...
No Matches
ClimateParameters.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7namespace ClimateUtils { struct Parameter; }
8// clang-format on
9
11public:
12 // member variables
13 // NOLINTBEGIN
14 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mTemperature;
15 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mHumidity;
16 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mContinentalness;
17 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mErosion;
18 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mDepth;
19 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter> mWeirdness;
20 ::ll::TypedStorage<8, 8, int64> mOffset;
21 ::ll::TypedStorage<8, 112, ::std::array<::ClimateUtils::Parameter, 7>> mParameterSpace;
22 // NOLINTEND
23
24public:
25 // member functions
26 // NOLINTBEGIN
28 ::ClimateUtils::Parameter temperature,
30 ::ClimateUtils::Parameter continentalness,
34 float offset
35 );
36 // NOLINTEND
37
38public:
39 // constructor thunks
40 // NOLINTBEGIN
41 MCAPI void* $ctor(
42 ::ClimateUtils::Parameter temperature,
44 ::ClimateUtils::Parameter continentalness,
48 float offset
49 );
50 // NOLINTEND
51};
Definition ClimateParameters.h:10
Definition Parameter.h:7