LeviLamina
Loading...
Searching...
No Matches
Ghast.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorInitializationMethod.h"
7
#include "mc/world/actor/monster/Monster.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
ActorDamageSource
;
12
class
ActorDefinitionGroup
;
13
class
BlockPos
;
14
class
EntityContext
;
15
struct
ActorDefinitionIdentifier
;
16
struct
VariantParameterList
;
17
// clang-format on
18
19
class
Ghast :
public
::Monster {
20
public
:
21
// prevent constructor by default
22
Ghast();
23
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
void
reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params)
/*override*/
;
28
29
virtual
float
getShadowRadius()
const
/*override*/
;
30
31
virtual
bool
isDarkEnoughToSpawn()
const
/*override*/
;
32
33
virtual
float
_getWalkTargetValue(
::BlockPos
const
& pos)
/*override*/
;
34
35
virtual
bool
_hurt(
::ActorDamageSource
const
& source,
float
damage,
bool
knock,
bool
ignite)
/*override*/
;
36
37
virtual
~Ghast()
/*override*/
=
default
;
38
// NOLINTEND
39
40
public
:
41
// member functions
42
// NOLINTBEGIN
43
MCAPI Ghast(
44
::ActorDefinitionGroup
* definitions,
45
::ActorDefinitionIdentifier
const
& definitionName,
46
::EntityContext
& entityContext
47
);
48
// NOLINTEND
49
50
public
:
51
// constructor thunks
52
// NOLINTBEGIN
53
MCAPI
void
* $ctor(
54
::ActorDefinitionGroup
* definitions,
55
::ActorDefinitionIdentifier
const
& definitionName,
56
::EntityContext
& entityContext
57
);
58
// NOLINTEND
59
60
public
:
61
// virtual function thunks
62
// NOLINTBEGIN
63
MCAPI
void
$reloadHardcoded(::ActorInitializationMethod method,
::VariantParameterList
const
& params);
64
65
MCFOLD
float
$getShadowRadius()
const
;
66
67
MCFOLD
bool
$isDarkEnoughToSpawn()
const
;
68
69
MCFOLD
float
$_getWalkTargetValue(
::BlockPos
const
& pos);
70
71
MCAPI
bool
$_hurt(
::ActorDamageSource
const
& source,
float
damage,
bool
knock,
bool
ignite);
72
73
74
// NOLINTEND
75
76
public
:
77
// vftables
78
// NOLINTBEGIN
79
MCAPI
static
void
** $vftable();
80
// NOLINTEND
81
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:35
BlockPos
Definition
BlockPos.h:19
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
VariantParameterList
Definition
VariantParameterList.h:13
src
mc
world
actor
monster
Ghast.h
Generated on
for LeviLamina by
1.16.1