LeviLamina
Loading...
Searching...
No Matches
CreakingHeartParticlesUtils.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated forward declare list
6// clang-format off
7class BlockPos;
8class BlockSource;
9class CompoundTag;
10class Level;
11class Random;
12class Vec3;
13// clang-format on
14
15namespace CreakingHeartParticlesUtils {
16// functions
17// NOLINTBEGIN
18MCNAPI_C void emitTrailParticles(::Level& level, ::CompoundTag const& data, ::Random& random);
19
20MCNAPI void requestTrailParticles(
21 ::BlockSource& region,
22 ::BlockPos const& creakingHeartPos,
23 ::Vec3 const& creakingPos,
24 int toCreakingAmount,
25 int toCreakingHeartAmount
26);
27// NOLINTEND
28
29} // namespace CreakingHeartParticlesUtils
Definition BlockPos.h:19
Definition BlockSource.h:68
Definition CompoundTag.h:23
Definition Level.h:249
Definition Random.h:10
Definition Vec3.h:10