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
7
class
BlockPos
;
8
class
BlockSource
;
9
class
CompoundTag
;
10
class
Level
;
11
class
Random
;
12
class
Vec3
;
13
// clang-format on
14
15
namespace
CreakingHeartParticlesUtils {
16
// functions
17
// NOLINTBEGIN
18
#ifdef LL_PLAT_C
19
MCNAPI
void
emitTrailParticles(::Level& level, ::CompoundTag
const
& data, ::Random& random);
20
#endif
21
22
MCNAPI
void
requestTrailParticles(
23
::BlockSource& region,
24
::BlockPos
const
& creakingHeartPos,
25
::Vec3
const
& creakingPos,
26
int
toCreakingAmount,
27
int
toCreakingHeartAmount
28
);
29
// NOLINTEND
30
31
}
// namespace CreakingHeartParticlesUtils
BlockPos
Definition
BlockPos.h:19
BlockSource
Definition
BlockSource.h:71
CompoundTag
Definition
CompoundTag.h:23
Level
Definition
Level.h:250
Random
Definition
Random.h:10
Vec3
Definition
Vec3.h:10
src
mc
util
CreakingHeartParticlesUtils.h
Generated on
for LeviLamina by
1.16.1