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 // virtual function thunks
29 // NOLINTBEGIN
30 MCAPI bool $isAlliedTo(::Mob* other);
31
32 MCFOLD int $getArmorValue() const;
33 // NOLINTEND
34
35public:
36 // vftables
37 // NOLINTBEGIN
38 MCNAPI static void** $vftable();
39 // NOLINTEND
40};
Definition EvocationIllager.h:13
static MCAPI void ** $vftable()
Definition HumanoidMonster.h:14
Definition Mob.h:47