LeviLamina
Loading...
Searching...
No Matches
Phantom.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/monster/Monster.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDefinitionGroup
;
11
class
EntityContext
;
12
struct
ActorDefinitionIdentifier
;
13
// clang-format on
14
15
class
Phantom
:
public
::Monster
{
16
public
:
17
// prevent constructor by default
18
Phantom
();
19
20
public
:
21
// virtual functions
22
// NOLINTBEGIN
23
// vIndex: 24
24
virtual
void
normalTick()
/*override*/
;
25
26
// vIndex: 147
27
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
28
29
// vIndex: 8
30
virtual
~Phantom
()
/*override*/
=
default
;
31
// NOLINTEND
32
33
public
:
34
// member functions
35
// NOLINTBEGIN
36
MCAPI
Phantom
(
37
::ActorDefinitionGroup
* definitions,
38
::ActorDefinitionIdentifier
const
& definitionName,
39
::EntityContext
& entityContext
40
);
41
// NOLINTEND
42
43
public
:
44
// constructor thunks
45
// NOLINTBEGIN
46
MCAPI
void
* $ctor(
47
::ActorDefinitionGroup
* definitions,
48
::ActorDefinitionIdentifier
const
& definitionName,
49
::EntityContext
& entityContext
50
);
51
// NOLINTEND
52
53
public
:
54
// virtual function thunks
55
// NOLINTBEGIN
56
MCAPI
void
$normalTick();
57
58
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
59
// NOLINTEND
60
61
public
:
62
// vftables
63
// NOLINTBEGIN
64
MCNAPI
static
void
**
$vftable
();
65
// NOLINTEND
66
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
EntityContext
Definition
EntityContext.h:16
Monster
Definition
Monster.h:19
Phantom
Definition
Phantom.h:15
Phantom::$vftable
static MCAPI void ** $vftable()
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
monster
Phantom.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0