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;
11// clang-format on
12
13namespace NetherStructureFeatureHelper {
14// functions
15// NOLINTBEGIN
16MCAPI ::HashedString getStructureFeatureTypeForChunk(
17 ::BiomeSource const& biomeSource,
18 ::Random& random,
19 ::ChunkPos const& chunkPos,
20 uint levelSeed,
21 ::std::vector<uint64> const& allowedBiomes
22);
23// NOLINTEND
24
25} // namespace NetherStructureFeatureHelper
Definition BiomeSource.h:16
Definition ChunkPos.h:11
Definition HashedString.h:5
Definition Random.h:16