LeviLamina
Loading...
Searching...
No Matches
EvocationIllager.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/monster/HumanoidMonster.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Mob
;
11
// clang-format on
12
13
class
EvocationIllager
:
public
::HumanoidMonster
{
14
public
:
15
// virtual functions
16
// NOLINTBEGIN
17
virtual
bool
isAlliedTo(::Mob* other)
/*override*/
;
18
19
virtual
int
getArmorValue()
const
/*override*/
;
20
21
virtual
~EvocationIllager
()
/*override*/
=
default
;
22
// NOLINTEND
23
24
public
:
25
// virtual function thunks
26
// NOLINTBEGIN
27
MCAPI
bool
$isAlliedTo(::Mob* other);
28
29
MCFOLD
int
$getArmorValue()
const
;
30
31
32
// NOLINTEND
33
34
public
:
35
// vftables
36
// NOLINTBEGIN
37
MCAPI
static
void
** $vftable();
38
// NOLINTEND
39
};
EvocationIllager
Definition
EvocationIllager.h:13
HumanoidMonster
Definition
HumanoidMonster.h:14
Mob
Definition
Mob.h:50
src
mc
world
actor
monster
EvocationIllager.h
Generated on
for LeviLamina by
1.16.1