22 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter const> FROZEN_RANGE;
23 ::ll::TypedStorage<8, 16, ::ClimateUtils::Parameter const> UNFROZEN_RANGE;
24 ::ll::TypedStorage<2, 20, ::BiomeIdType[2][5]> OCEANS_IDS;
25 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> MIDDLE_BIOMES_IDS;
26 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> MIDDLE_BIOMES_VARIANT_IDS;
27 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> PLATEAU_BIOMES_IDS;
28 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> PLATEAU_BIOMES_IDS_1_21_60;
29 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> PLATEAU_BIOMES_VARIANT_IDS;
30 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> PLATEAU_BIOMES_VARIANT_IDS_1_21_60;
31 ::ll::TypedStorage<2, 50, ::BiomeIdType[5][5]> EXTREME_HILLS_IDS;
32 ::ll::TypedStorage<8, 8, ::BaseGameVersion const&> mBaseGameVersion;
33 ::ll::TypedStorage<8, 8, ::Experiments const&> mExperiments;
34 ::ll::TypedStorage<8, 80, ::std::array<::std::array<::Biome const*, 5>, 2>> OCEANS;
35 ::ll::TypedStorage<8, 200, ::std::array<::std::array<::Biome const*, 5>, 5>> MIDDLE_BIOMES;
36 ::ll::TypedStorage<8, 200, ::std::array<::std::array<::Biome const*, 5>, 5>> MIDDLE_BIOMES_VARIANT;
37 ::ll::TypedStorage<8, 200, ::std::array<::std::array<::Biome const*, 5>, 5>> PLATEAU_BIOMES;
38 ::ll::TypedStorage<8, 200, ::std::array<::std::array<::Biome const*, 5>, 5>> PLATEAU_BIOMES_VARIANT;
39 ::ll::TypedStorage<8, 200, ::std::array<::std::array<::Biome const*, 5>, 5>> EXTREME_HILLS;
53 MCAPI
void _addHighSlice(
54 ::std::vector<::BiomeNoiseTarget>& biomes,
59 MCAPI
void _addInlandBiomes(::std::vector<::BiomeNoiseTarget>& biomes,
::BiomeRegistry const& biomeRegistry)
const;
61 MCAPI
void _addLowSlice(
62 ::std::vector<::BiomeNoiseTarget>& biomes,
67 MCAPI
void _addMidSlice(
68 ::std::vector<::BiomeNoiseTarget>& biomes,
74 ::std::vector<::BiomeNoiseTarget>& biomes,
79 MCAPI
void _addSurfaceBiome(
80 ::std::vector<::BiomeNoiseTarget>& biomes,
90 MCAPI
void _addUndergroundBiome(
91 ::std::vector<::BiomeNoiseTarget>& biomes,
102 _addUndergroundBiomes(::std::vector<::BiomeNoiseTarget>& biomes,
::BiomeRegistry const& biomeRegistry)
const;
104 MCAPI
void _addValleys(
105 ::std::vector<::BiomeNoiseTarget>& biomes,
110 MCAPI ::Biome
const* _pickBadlandsBiome(
116 MCAPI ::Biome
const* _pickBeachBiome(
int temperatureIndex,
::BiomeRegistry const& biomeRegistry)
const;
118 MCAPI ::Biome
const* _pickSlopeBiome(
119 int temperatureIndex,
125 MCAPI
void _populateBiomeArrays(
::BiomeRegistry const& biomeRegistry)
const;
131 MCAPI static ::std::add_lvalue_reference_t<::ClimateUtils::Parameter const[]> EROSIONS();
133 MCAPI static ::ClimateUtils::Parameter
const& FULL_RANGE();
135 MCAPI static ::std::add_lvalue_reference_t<::ClimateUtils::Parameter const[]> HUMIDITIES();
137 MCAPI static ::std::add_lvalue_reference_t<::ClimateUtils::Parameter const[]> TEMPERATURES();
139 MCAPI static ::ClimateUtils::Parameter
const& coastContinentalness();
141 MCAPI static ::ClimateUtils::Parameter
const& deepOceanContinentalness();
143 MCAPI static ::ClimateUtils::Parameter
const& dripstoneCavesContinentalness();
145 MCAPI static ::ClimateUtils::Parameter
const& farInlandContinentalness();
147 MCAPI static ::ClimateUtils::Parameter
const& inlandContinentalness();
149 MCAPI static ::ClimateUtils::Parameter
const& lushCavesHumidity();
151 MCAPI static ::ClimateUtils::Parameter
const& midInlandContinentalness();
153 MCAPI static ::ClimateUtils::Parameter
const& mushroomFieldsContinentalness();
155 MCAPI static ::ClimateUtils::Parameter
const& nearInlandContinentalness();
157 MCAPI static ::ClimateUtils::Parameter
const& oceanContinentalness();