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 bool resolveAndValidate(
18 ::std::vector<::gsl::not_null<::Biome const*>>& biomePtrVector,
19 ::SharedTypes::v1_20_60::OverworldGenerationRulesBiomeJsonComponent::WeightedBiomeNameVector const& jsonVector,
20 ::BiomeRegistry const& biomeRegistry
21);
22// NOLINTEND
23
24} // namespace OverworldGenRulesGlueInternals
Definition BiomeRegistry.h:37
Definition Biome.h:24