LeviLamina
Loading...
Searching...
No Matches
NetherStructureFeatureHelper.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BiomeSource;
8class ChunkPos;
9class HashedString;
10class Random;
11struct BiomeIdType;
12// clang-format on
13
14namespace NetherStructureFeatureHelper {
15// functions
16// NOLINTBEGIN
17MCAPI ::HashedString getStructureFeatureTypeForChunk(
18 ::BiomeSource const& biomeSource,
19 ::Random& random,
20 ::ChunkPos const& chunkPos,
21 uint levelSeed,
22 ::std::vector<::BiomeIdType> const& allowedBiomes
23);
24// NOLINTEND
25
26} // namespace NetherStructureFeatureHelper
Definition BiomeSource.h:20
Definition ChunkPos.h:11
Definition HashedString.h:5
Definition Random.h:10
Definition BiomeIdType.h:8