3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/client/particlesystem/particle/events/ParticleSoundEffectEvent.h"
7#include "mc/client/particlesystem/particle/events/ParticleVisualEffectEvent.h"
8#include "mc/util/molang/ExpressionNode.h"
15namespace ParticleSystem {
21 ::ll::TypedStorage<8, 72, ::ParticleSystem::ParticleVisualEffectEvent> mVisualEffect;
22 ::ll::TypedStorage<4, 4, ::ParticleSystem::ParticleSoundEffectEvent> mSoundEffect;
23 ::ll::TypedStorage<8, 16, ::ExpressionNode> mEventExpression;
24 ::ll::TypedStorage<8, 32, ::std::string> mLogMessage;
34 MCAPI
explicit ParticleEvent(::ConstDeserializeDataParams
const& deserializeDataParams);
36 MCAPI ~ParticleEvent();
42 MCAPI
void* $ctor(::ConstDeserializeDataParams
const& deserializeDataParams);
Definition ParticleEvent.h:7
Definition ConstDeserializeDataParams.h:13