LeviLamina
Loading...
Searching...
No Matches
AbsorptionMobEffect.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/effect/MobEffect.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BaseAttributeMap
;
12
struct
EffectDuration
;
13
// clang-format on
14
15
class
AbsorptionMobEffect
:
public
::MobEffect {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual
void
removeEffects(
::BaseAttributeMap
& attributeMapToRemoveFrom)
/*override*/
;
20
21
virtual
void
applyEffects(
::Actor
& target,
::EffectDuration
durationTicks,
int
amplification)
const
/*override*/
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCAPI
void
$removeEffects(
::BaseAttributeMap
& attributeMapToRemoveFrom);
28
29
MCAPI
void
$applyEffects(
::Actor
& target,
::EffectDuration
durationTicks,
int
amplification)
const
;
30
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCAPI
static
void
** $vftable();
38
// NOLINTEND
39
};
AbsorptionMobEffect
Definition
AbsorptionMobEffect.h:15
Actor
Definition
Actor.h:125
BaseAttributeMap
Definition
BaseAttributeMap.h:21
EffectDuration
Definition
EffectDuration.h:5
src
mc
world
effect
AbsorptionMobEffect.h
Generated on
for LeviLamina by
1.16.1