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
// vIndex: 146
32
virtual
void
aiStep()
/*override*/
;
33
34
// vIndex: 24
35
virtual
void
normalTick()
/*override*/
;
36
37
// vIndex: 148
38
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
39
40
// vIndex: 136
41
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
42
43
// vIndex: 137
44
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
45
46
// vIndex: 8
47
virtual
~Endermite
()
/*override*/
=
default
;
48
// NOLINTEND
49
50
public
:
51
// member functions
52
// NOLINTBEGIN
53
MCAPI
Endermite
(
54
::ActorDefinitionGroup
* definitions,
55
::ActorDefinitionIdentifier
const
& definitionName,
56
::EntityContext
& entityContext
57
);
58
// NOLINTEND
59
60
public
:
61
// constructor thunks
62
// NOLINTBEGIN
63
MCAPI
void
* $ctor(
64
::ActorDefinitionGroup
* definitions,
65
::ActorDefinitionIdentifier
const
& definitionName,
66
::EntityContext
& entityContext
67
);
68
// NOLINTEND
69
70
public
:
71
// virtual function thunks
72
// NOLINTBEGIN
73
MCAPI
void
$aiStep();
74
75
MCAPI
void
$normalTick();
76
77
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
78
79
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
80
81
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
82
// NOLINTEND
83
84
public
:
85
// vftables
86
// NOLINTBEGIN
87
MCNAPI
static
void
**
$vftable
();
88
// NOLINTEND
89
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:32
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
Endermite
Definition
Endermite.h:17
Endermite::$vftable
static MCAPI void ** $vftable()
EntityContext
Definition
EntityContext.h:16
Monster
Definition
Monster.h:20
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
src-server
mc
world
actor
monster
Endermite.h
Generated on Tue Oct 28 2025 05:32:29 for LeviLamina by
1.12.0