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
10class Mob;
11// clang-format on
12
14public:
15 // virtual functions
16 // NOLINTBEGIN
17 // vIndex: 153
18 virtual bool isAlliedTo(::Mob* other) /*override*/;
19
20 // vIndex: 155
21 virtual int getArmorValue() const /*override*/;
22
23 // vIndex: 8
24 virtual ~EvocationIllager() /*override*/ = default;
25 // NOLINTEND
26
27public:
28 // destructor thunk
29 // NOLINTBEGIN
30
31 // NOLINTEND
32
33public:
34 // virtual function thunks
35 // NOLINTBEGIN
36 MCAPI bool $isAlliedTo(::Mob* other);
37
38 MCFOLD int $getArmorValue() const;
39 // NOLINTEND
40
41public:
42 // vftables
43 // NOLINTBEGIN
44 MCAPI static void** $vftable();
45 // NOLINTEND
46};
Definition EvocationIllager.h:13
Definition HumanoidMonster.h:14
Definition Mob.h:47