LeviLamina
Loading...
Searching...
No Matches
Parameter.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
namespace
ClimateUtils {
6
7
struct
Parameter
{
8
public
:
9
// member variables
10
// NOLINTBEGIN
11
::ll::TypedStorage<8, 8, int64> mMin;
12
::ll::TypedStorage<8, 8, int64> mMax;
13
// NOLINTEND
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
MCAPI
Parameter
(
float
min,
float
max);
19
20
MCAPI
Parameter
(int64
const
& min, int64
const
& max);
21
// NOLINTEND
22
23
public
:
24
// constructor thunks
25
// NOLINTBEGIN
26
MCAPI
void
* $ctor(
float
min,
float
max);
27
28
MCAPI
void
* $ctor(int64
const
& min, int64
const
& max);
29
// NOLINTEND
30
};
31
32
}
// namespace ClimateUtils
ClimateUtils::Parameter
Definition
Parameter.h:7
src
mc
world
level
biome
climate_utils
Parameter.h
Generated on Sat Apr 26 2025 05:56:16 for LeviLamina by
1.12.0