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
7class BlockPos;
11// clang-format on
12
14public:
15 // SpawnClimateFinder inner types declare
16 // clang-format off
17 struct ResultDetails;
18 // clang-format on
19
20 // SpawnClimateFinder inner types define
22 public:
23 // member variables
24 // NOLINTBEGIN
28 // NOLINTEND
29
30 public:
31 // prevent constructor by default
32 ResultDetails& operator=(ResultDetails const&);
35 };
36
37public:
38 // member variables
39 // NOLINTBEGIN
43 // NOLINTEND
44
45public:
46 // prevent constructor by default
47 SpawnClimateFinder& operator=(SpawnClimateFinder const&);
50
51public:
52 // member functions
53 // NOLINTBEGIN
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
67public:
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
77public:
78 // destructor thunk
79 // NOLINTBEGIN
80 MCAPI void $dtor();
81 // NOLINTEND
82};
Definition BlockPos.h:18
Definition DimensionHeightRange.h:5
Definition SpawnClimateFinder.h:13
Definition ClimateParameters.h:10
Definition OverworldNoises3d.h:18
Definition SpawnClimateFinder.h:21
Definition Alias.h:14