LeviLamina
Loading...
Searching...
No Matches
WitherBossSpawnUtilities.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
8class BlockSource;
9// clang-format on
10
11namespace WitherBossSpawnUtilities {
12// functions
13// NOLINTBEGIN
14MCAPI ::std::unique_ptr<::BlockPatternBuilder> createWitherBuilder(::BlockSource& region);
15
16MCAPI ::std::unique_ptr<::BlockPatternBuilder> createWitherBuilderForTShape(::BlockSource& region);
17// NOLINTEND
18
19} // namespace WitherBossSpawnUtilities
Definition BlockPatternBuilder.h:13
Definition BlockSource.h:67