LeviLamina
Loading...
Searching...
No Matches
InfestedMobEffect.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
ActorDamageSource
;
12
// clang-format on
13
14
class
InfestedMobEffect
:
public
::MobEffect {
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
void
onActorHurt(
::Actor
& target,
int
,
::ActorDamageSource
const
&,
float
)
const
/*override*/
;
19
// NOLINTEND
20
21
public
:
22
// virtual function thunks
23
// NOLINTBEGIN
24
MCAPI
void
$onActorHurt(
::Actor
& target,
int
,
::ActorDamageSource
const
&,
float
)
const
;
25
26
27
// NOLINTEND
28
29
public
:
30
// vftables
31
// NOLINTBEGIN
32
MCAPI
static
void
** $vftable();
33
// NOLINTEND
34
};
ActorDamageSource
Definition
ActorDamageSource.h:18
Actor
Definition
Actor.h:125
InfestedMobEffect
Definition
InfestedMobEffect.h:14
src
mc
world
effect
InfestedMobEffect.h
Generated on
for LeviLamina by
1.16.1