LeviLamina
Loading...
Searching...
No Matches
SpawnClimateFinder.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated forward declare list
6
// clang-format off
7
class
BlockPos
;
8
class
DimensionHeightRange
;
9
struct
ClimateParameters
;
10
struct
OverworldNoises3d
;
11
// clang-format on
12
13
class
SpawnClimateFinder
{
14
public
:
15
// SpawnClimateFinder inner types declare
16
// clang-format off
17
struct
ResultDetails
;
18
// clang-format on
19
20
// SpawnClimateFinder inner types define
21
struct
ResultDetails
{
22
public
:
23
// member variables
24
// NOLINTBEGIN
25
::ll::UntypedStorage<4, 12>
mUnk51c2d9;
26
::ll::UntypedStorage<4, 4>
mUnkee84af;
27
::ll::UntypedStorage<8, 8>
mUnkddab9c;
28
// NOLINTEND
29
30
public
:
31
// prevent constructor by default
32
ResultDetails
& operator=(
ResultDetails
const
&);
33
ResultDetails
(
ResultDetails
const
&);
34
ResultDetails
();
35
};
36
37
public
:
38
// member variables
39
// NOLINTBEGIN
40
::ll::UntypedStorage<8, 8>
mUnk9e17ef;
41
::ll::UntypedStorage<8, 8>
mUnk849964;
42
::ll::UntypedStorage<8, 24>
mUnk31f9ef;
43
// NOLINTEND
44
45
public
:
46
// prevent constructor by default
47
SpawnClimateFinder
& operator=(
SpawnClimateFinder
const
&);
48
SpawnClimateFinder
(
SpawnClimateFinder
const
&);
49
SpawnClimateFinder
();
50
51
public
:
52
// member functions
53
// NOLINTBEGIN
54
MCAPI
SpawnClimateFinder
(
55
::std::vector<::ClimateParameters> targetClimates,
56
::OverworldNoises3d
const
& noiseSampler,
57
::DimensionHeightRange
const
& dimensionHeightRange
58
);
59
60
MCAPI int64 _calculateClimateMinFitness(
::BlockPos
pos)
const
;
61
62
MCAPI ::SpawnClimateFinder::ResultDetails _findSpawnPositionDetailedResult()
const
;
63
64
MCAPI
~SpawnClimateFinder
();
65
// NOLINTEND
66
67
public
:
68
// constructor thunks
69
// NOLINTBEGIN
70
MCAPI
void
* $ctor(
71
::std::vector<::ClimateParameters> targetClimates,
72
::OverworldNoises3d
const
& noiseSampler,
73
::DimensionHeightRange
const
& dimensionHeightRange
74
);
75
// NOLINTEND
76
77
public
:
78
// destructor thunk
79
// NOLINTBEGIN
80
MCAPI
void
$dtor();
81
// NOLINTEND
82
};
BlockPos
Definition
BlockPos.h:18
DimensionHeightRange
Definition
DimensionHeightRange.h:5
SpawnClimateFinder
Definition
SpawnClimateFinder.h:13
ClimateParameters
Definition
ClimateParameters.h:10
OverworldNoises3d
Definition
OverworldNoises3d.h:18
SpawnClimateFinder::ResultDetails
Definition
SpawnClimateFinder.h:21
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
level
biome
SpawnClimateFinder.h
Generated on Sat Apr 26 2025 05:56:17 for LeviLamina by
1.12.0