LeviLamina
Loading...
Searching...
No Matches
Silverfish.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorEvent.h"
7
#include "mc/world/actor/monster/Monster.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
BlockPos
;
12
// clang-format on
13
14
class
Silverfish
:
public
::Monster {
15
public
:
16
// virtual functions
17
// NOLINTBEGIN
18
virtual
void
handleEntityEvent(::ActorEvent
id
,
int
data)
/*override*/
;
19
20
virtual
bool
isDarkEnoughToSpawn()
const
/*override*/
;
21
22
virtual
void
spawnAnim()
/*override*/
;
23
24
virtual
float
_getWalkTargetValue(
::BlockPos
const
& pos)
/*override*/
;
25
26
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
27
28
virtual
~Silverfish
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCAPI
void
$handleEntityEvent(::ActorEvent
id
,
int
data);
35
36
MCFOLD
bool
$isDarkEnoughToSpawn()
const
;
37
38
MCAPI
void
$spawnAnim();
39
40
MCAPI
float
$_getWalkTargetValue(
::BlockPos
const
& pos);
41
42
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
43
44
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCAPI
static
void
** $vftable();
51
// NOLINTEND
52
};
BlockPos
Definition
BlockPos.h:19
Silverfish
Definition
Silverfish.h:14
src
mc
world
actor
monster
Silverfish.h
Generated on
for LeviLamina by
1.16.1