LeviLamina
Loading...
Searching...
No Matches
Pillager.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
CompoundTag
;
13
class
DataLoadHelper
;
14
class
EntityContext
;
15
struct
ActorDefinitionIdentifier
;
16
// clang-format on
17
18
class
Pillager
:
public
::HumanoidMonster
{
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
// vIndex: 177
23
virtual
bool
isDarkEnoughToSpawn()
const
/*override*/
;
24
25
// vIndex: 136
26
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
27
28
// vIndex: 171
29
virtual
float
_getWalkTargetValue(
::BlockPos
const
& pos)
/*override*/
;
30
31
// vIndex: 8
32
virtual
~Pillager
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// member functions
37
// NOLINTBEGIN
38
MCAPI
Pillager
(
39
::ActorDefinitionGroup
* definitions,
40
::ActorDefinitionIdentifier
const
& definitionName,
41
::EntityContext
& entityContext
42
);
43
// NOLINTEND
44
45
public
:
46
// constructor thunks
47
// NOLINTBEGIN
48
MCAPI
void
* $ctor(
49
::ActorDefinitionGroup
* definitions,
50
::ActorDefinitionIdentifier
const
& definitionName,
51
::EntityContext
& entityContext
52
);
53
// NOLINTEND
54
55
public
:
56
// destructor thunk
57
// NOLINTBEGIN
58
59
// NOLINTEND
60
61
public
:
62
// virtual function thunks
63
// NOLINTBEGIN
64
MCFOLD
bool
$isDarkEnoughToSpawn()
const
;
65
66
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
67
68
MCFOLD
float
$_getWalkTargetValue(
::BlockPos
const
& pos);
69
// NOLINTEND
70
71
public
:
72
// vftables
73
// NOLINTBEGIN
74
MCAPI
static
void
** $vftable();
75
// NOLINTEND
76
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
BlockPos
Definition
BlockPos.h:18
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
EntityContext
Definition
EntityContext.h:16
HumanoidMonster
Definition
HumanoidMonster.h:14
Pillager
Definition
Pillager.h:18
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
src
mc
world
actor
monster
Pillager.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0