LeviLamina
Loading...
Searching...
No Matches
Endermite.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
CompoundTag
;
12
class
DataLoadHelper
;
13
class
EntityContext
;
14
struct
ActorDefinitionIdentifier
;
15
// clang-format on
16
17
class
Endermite :
public
::Monster {
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::TypedStorage<4, 4, int> mLifeTime;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
Endermite();
27
28
public
:
29
// virtual functions
30
// NOLINTBEGIN
31
virtual
void
aiStep()
/*override*/
;
32
33
virtual
void
normalTick()
/*override*/
;
34
35
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
36
37
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
38
39
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
40
// NOLINTEND
41
42
public
:
43
// member functions
44
// NOLINTBEGIN
45
MCAPI Endermite(
46
::ActorDefinitionGroup
* definitions,
47
::ActorDefinitionIdentifier
const
& definitionName,
48
::EntityContext
& entityContext
49
);
50
// NOLINTEND
51
52
public
:
53
// constructor thunks
54
// NOLINTBEGIN
55
MCAPI
void
* $ctor(
56
::ActorDefinitionGroup
* definitions,
57
::ActorDefinitionIdentifier
const
& definitionName,
58
::EntityContext
& entityContext
59
);
60
// NOLINTEND
61
62
public
:
63
// virtual function thunks
64
// NOLINTBEGIN
65
MCAPI
void
$aiStep();
66
67
MCAPI
void
$normalTick();
68
69
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
70
71
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
72
73
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
74
75
76
// NOLINTEND
77
78
public
:
79
// vftables
80
// NOLINTBEGIN
81
MCAPI
static
void
** $vftable();
82
// NOLINTEND
83
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:37
CompoundTag
Definition
CompoundTag.h:23
DataLoadHelper
Definition
DataLoadHelper.h:20
EntityContext
Definition
EntityContext.h:17
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src
mc
world
actor
monster
Endermite.h
Generated on
for LeviLamina by
1.16.1