LeviLamina
Loading...
Searching...
No Matches
MobEffectsComponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/effect/MobEffectInstance.h"
7
8
struct
MobEffectsComponent
{
9
public
:
10
// member variables
11
// NOLINTBEGIN
12
::ll::TypedStorage<8, 24, ::std::vector<::MobEffectInstance>> mMobEffects;
13
// NOLINTEND
14
15
public
:
16
// member functions
17
// NOLINTBEGIN
18
#ifdef LL_PLAT_C
19
MCAPI
~MobEffectsComponent
();
20
#endif
21
// NOLINTEND
22
23
public
:
24
// destructor thunk
25
// NOLINTBEGIN
26
#ifdef LL_PLAT_C
27
MCFOLD
void
$dtor();
28
#endif
29
// NOLINTEND
30
};
MobEffectsComponent
Definition
MobEffectsComponent.h:8
src
mc
entity
components
MobEffectsComponent.h
Generated on
for LeviLamina by
1.16.1