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
virtual
void
normalTick()
/*override*/
;
24
25
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI Phantom(
32
::ActorDefinitionGroup
* definitions,
33
::ActorDefinitionIdentifier
const
& definitionName,
34
::EntityContext
& entityContext
35
);
36
// NOLINTEND
37
38
public
:
39
// constructor thunks
40
// NOLINTBEGIN
41
MCAPI
void
* $ctor(
42
::ActorDefinitionGroup
* definitions,
43
::ActorDefinitionIdentifier
const
& definitionName,
44
::EntityContext
& entityContext
45
);
46
// NOLINTEND
47
48
public
:
49
// virtual function thunks
50
// NOLINTBEGIN
51
MCAPI
void
$normalTick();
52
53
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
54
55
56
// NOLINTEND
57
58
public
:
59
// vftables
60
// NOLINTBEGIN
61
MCAPI
static
void
** $vftable();
62
// NOLINTEND
63
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:37
EntityContext
Definition
EntityContext.h:17
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
monster
Phantom.h
Generated on
for LeviLamina by
1.16.1