LeviLamina
Loading...
Searching...
No Matches
ParticleEvent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
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"
9
10
namespace
ParticleSystem {
11
12
class
ParticleEvent
{
13
public
:
14
// member variables
15
// NOLINTBEGIN
16
::ll::TypedStorage<8, 72, ::ParticleSystem::ParticleVisualEffectEvent> mVisualEffect;
17
::ll::TypedStorage<4, 4, ::ParticleSystem::ParticleSoundEffectEvent> mSoundEffect;
18
::ll::TypedStorage<8, 16, ::ExpressionNode> mEventExpression;
19
::ll::TypedStorage<8, 32, ::std::string> mLogMessage;
20
// NOLINTEND
21
22
public
:
23
// member functions
24
// NOLINTBEGIN
25
MCAPI ~ParticleEvent();
26
// NOLINTEND
27
28
public
:
29
// destructor thunk
30
// NOLINTBEGIN
31
MCAPI
void
$dtor();
32
// NOLINTEND
33
};
34
35
}
// namespace ParticleSystem
ParticleSystem::ParticleEvent
Definition
ParticleEvent.h:7
src-client
mc
client
particlesystem
particle
events
ParticleEvent.h
Generated on
for LeviLamina by
1.16.1