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
// prevent constructor by default
17
Parameter
();
18
19
public
:
20
// member functions
21
// NOLINTBEGIN
22
MCNAPI
Parameter
(
float
min,
float
max);
23
24
MCNAPI
Parameter
(int64
const
& min, int64
const
& max);
25
// NOLINTEND
26
27
public
:
28
// constructor thunks
29
// NOLINTBEGIN
30
MCNAPI
void
*
$ctor
(
float
min,
float
max);
31
32
MCNAPI
void
*
$ctor
(int64
const
& min, int64
const
& max);
33
// NOLINTEND
34
};
35
36
}
// namespace ClimateUtils
ClimateUtils::Parameter
Definition
Parameter.h:7
ClimateUtils::Parameter::Parameter
MCAPI Parameter(int64 const &min, int64 const &max)
ClimateUtils::Parameter::$ctor
MCAPI void * $ctor(float min, float max)
ClimateUtils::Parameter::$ctor
MCAPI void * $ctor(int64 const &min, int64 const &max)
ClimateUtils::Parameter::Parameter
MCAPI Parameter(float min, float max)
src
mc
world
level
biome
climate_utils
Parameter.h
Generated on Fri Jun 13 2025 13:06:18 for LeviLamina by
1.12.0