LeviLamina
Loading...
Searching...
No Matches
EyeblossomUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class Block;
8class BlockSource;
9class Vec3;
10// clang-format on
11
12namespace EyeblossomUtils {
13// functions
14// NOLINTBEGIN
15MCNAPI void emitEyeblossomSoundsAndRequestParticles(
16 ::BlockSource& region,
17 ::Vec3 const& pos,
18 ::Block const& changedTo,
19 bool longSound
20);
21
22MCNAPI ::Block const* tryGetEyeblossomForTimeOfDay(::BlockSource& region);
23// NOLINTEND
24
25} // namespace EyeblossomUtils
Definition BlockSource.h:67
Definition Block.h:38
Definition Vec3.h:10