LeviLamina
Loading...
Searching...
No Matches
v1_16_compat.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BiomeSource;
8class BlockPos;
9// clang-format on
10
11namespace BiomeSourceUtil::v1_16_compat {
12// functions
13// NOLINTBEGIN
14MCAPI ::std::optional<::BlockPos>
15locateSpawnBiome2d(::std::set<ushort> const& biomeSource, ::BiomeSource const& biomes, int startingX);
16// NOLINTEND
17
18} // namespace BiomeSourceUtil::v1_16_compat
Definition BiomeSource.h:16
Definition BlockPos.h:18