LeviLamina
Loading...
Searching...
No Matches
VindicationIllager.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
ActorDefinitionGroup
;
11
class
BlockPos
;
12
class
EntityContext
;
13
struct
ActorDefinitionIdentifier
;
14
// clang-format on
15
16
class
VindicationIllager :
public
::HumanoidMonster {
17
public
:
18
// prevent constructor by default
19
VindicationIllager();
20
21
public
:
22
// virtual functions
23
// NOLINTBEGIN
24
virtual
float
_getWalkTargetValue(
::BlockPos
const
& pos)
/*override*/
;
25
// NOLINTEND
26
27
public
:
28
// member functions
29
// NOLINTBEGIN
30
MCAPI VindicationIllager(
31
::ActorDefinitionGroup
* definitions,
32
::ActorDefinitionIdentifier
const
& definitionName,
33
::EntityContext
& entityContext
34
);
35
// NOLINTEND
36
37
public
:
38
// constructor thunks
39
// NOLINTBEGIN
40
MCAPI
void
* $ctor(
41
::ActorDefinitionGroup
* definitions,
42
::ActorDefinitionIdentifier
const
& definitionName,
43
::EntityContext
& entityContext
44
);
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCFOLD
float
$_getWalkTargetValue(
::BlockPos
const
& pos);
51
52
53
// NOLINTEND
54
55
public
:
56
// vftables
57
// NOLINTBEGIN
58
MCAPI
static
void
** $vftable();
59
// NOLINTEND
60
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:37
BlockPos
Definition
BlockPos.h:21
EntityContext
Definition
EntityContext.h:17
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
monster
VindicationIllager.h
Generated on
for LeviLamina by
1.16.1