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
// vIndex: 2
20
virtual
void
removeEffects(
::BaseAttributeMap
& attributeMapToRemoveFrom)
/*override*/
;
21
22
// vIndex: 1
23
virtual
void
applyEffects(
::Actor
& target,
::EffectDuration
durationTicks,
int
amplification)
const
/*override*/
;
24
25
// vIndex: 0
26
virtual
~AbsorptionMobEffect
()
/*override*/
=
default
;
27
// NOLINTEND
28
29
public
:
30
// destructor thunk
31
// NOLINTBEGIN
32
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI
void
$removeEffects(
::BaseAttributeMap
& attributeMapToRemoveFrom);
39
40
MCAPI
void
$applyEffects(
::Actor
& target,
::EffectDuration
durationTicks,
int
amplification)
const
;
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCAPI
static
void
** $vftable();
47
// NOLINTEND
48
};
AbsorptionMobEffect
Definition
AbsorptionMobEffect.h:15
Actor
Definition
Actor.h:104
BaseAttributeMap
Definition
BaseAttributeMap.h:16
MobEffect
Definition
MobEffect.h:27
EffectDuration
Definition
EffectDuration.h:5
src
mc
world
effect
AbsorptionMobEffect.h
Generated on Sat Apr 26 2025 05:56:09 for LeviLamina by
1.12.0