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
// vIndex: 69
19
virtual
void
handleEntityEvent(::ActorEvent eventId,
int
data)
/*override*/
;
20
21
// vIndex: 177
22
virtual
bool
isDarkEnoughToSpawn()
const
/*override*/
;
23
24
// vIndex: 139
25
virtual
void
spawnAnim()
/*override*/
;
26
27
// vIndex: 171
28
virtual
float
_getWalkTargetValue(
::BlockPos
const
& pos)
/*override*/
;
29
30
// vIndex: 147
31
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
32
33
// vIndex: 8
34
virtual
~Silverfish
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCAPI
void
$handleEntityEvent(::ActorEvent eventId,
int
data);
41
42
MCFOLD
bool
$isDarkEnoughToSpawn()
const
;
43
44
MCAPI
void
$spawnAnim();
45
46
MCAPI
float
$_getWalkTargetValue(
::BlockPos
const
& pos);
47
48
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCNAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
BlockPos
Definition
BlockPos.h:18
Monster
Definition
Monster.h:19
Silverfish
Definition
Silverfish.h:14
Silverfish::$vftable
static MCAPI void ** $vftable()
src
mc
world
actor
monster
Silverfish.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0