LeviLamina
Loading...
Searching...
No Matches
OverworldGenRulesGlueInternals.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/shared_types/v1_20_60/biome/components/OverworldGenerationRulesBiomeJsonComponent.h"
7
8// auto generated forward declare list
9// clang-format off
10class Biome;
11class BiomeRegistry;
12// clang-format on
13
14namespace OverworldGenRulesGlueInternals {
15// functions
16// NOLINTBEGIN
17MCAPI void applyWeightedBiomes(
18 ::std::vector<::std::pair<::Biome const*, uint>>& targetVector,
19 ::std::vector<::gsl::not_null<::Biome const*>> const& biomePtrVector,
21);
22
23MCAPI bool resolveAndValidate(
24 ::std::vector<::gsl::not_null<::Biome const*>>& biomePtrVector,
26 ::BiomeRegistry const& biomeRegistry
27);
28// NOLINTEND
29
30} // namespace OverworldGenRulesGlueInternals
Definition BiomeRegistry.h:30
Definition Biome.h:27