LeviLamina
Loading...
Searching...
No Matches
FeatureTerrainAdjustmentsUtil.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class ChunkPos;
9// clang-format on
10
11namespace FeatureTerrainAdjustmentsUtil {
12// functions
13// NOLINTBEGIN
14MCAPI ::std::vector<::ChunkPos> _findIntersectingChunks(::BlockPos const& bbMin, ::BlockPos const& bbMax);
15// NOLINTEND
16
17} // namespace FeatureTerrainAdjustmentsUtil
Definition BlockPos.h:18
Definition ChunkPos.h:11