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::UntypedStorage<4, 4>
mUnk611d5a;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
Endermite
& operator=(
Endermite
const
&);
27
Endermite
(
Endermite
const
&);
28
Endermite
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 145
34
virtual
void
aiStep()
/*override*/
;
35
36
// vIndex: 24
37
virtual
void
normalTick()
/*override*/
;
38
39
// vIndex: 147
40
virtual
bool
checkSpawnRules(
bool
fromSpawner)
/*override*/
;
41
42
// vIndex: 136
43
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
44
45
// vIndex: 137
46
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
47
48
// vIndex: 8
49
virtual
~Endermite
()
/*override*/
=
default
;
50
// NOLINTEND
51
52
public
:
53
// member functions
54
// NOLINTBEGIN
55
MCAPI
Endermite
(
56
::ActorDefinitionGroup
* definitions,
57
::ActorDefinitionIdentifier
const
& definitionName,
58
::EntityContext
& entityContext
59
);
60
// NOLINTEND
61
62
public
:
63
// constructor thunks
64
// NOLINTBEGIN
65
MCAPI
void
* $ctor(
66
::ActorDefinitionGroup
* definitions,
67
::ActorDefinitionIdentifier
const
& definitionName,
68
::EntityContext
& entityContext
69
);
70
// NOLINTEND
71
72
public
:
73
// destructor thunk
74
// NOLINTBEGIN
75
76
// NOLINTEND
77
78
public
:
79
// virtual function thunks
80
// NOLINTBEGIN
81
MCAPI
void
$aiStep();
82
83
MCAPI
void
$normalTick();
84
85
MCAPI
bool
$checkSpawnRules(
bool
fromSpawner);
86
87
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
88
89
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
90
// NOLINTEND
91
92
public
:
93
// vftables
94
// NOLINTBEGIN
95
MCAPI
static
void
** $vftable();
96
// NOLINTEND
97
};
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
Endermite
Definition
Endermite.h:17
EntityContext
Definition
EntityContext.h:16
Monster
Definition
Monster.h:19
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
monster
Endermite.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0