LeviLamina
Loading...
Searching...
No Matches
EnderCrystal.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/Actor.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
ActorDamageSource
;
11
class
ActorDefinitionGroup
;
12
class
CompoundTag
;
13
class
DataLoadHelper
;
14
class
EntityContext
;
15
struct
ActorDefinitionIdentifier
;
16
// clang-format on
17
18
class
EnderCrystal
:
public
::Actor
{
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::UntypedStorage<8, 64>
mUnk387000;
23
// NOLINTEND
24
25
public
:
26
// prevent constructor by default
27
EnderCrystal
& operator=(
EnderCrystal
const
&);
28
EnderCrystal
(
EnderCrystal
const
&);
29
EnderCrystal
();
30
31
public
:
32
// virtual functions
33
// NOLINTBEGIN
34
// vIndex: 24
35
virtual
void
normalTick()
/*override*/
;
36
37
// vIndex: 64
38
virtual
bool
isInvulnerableTo(
::ActorDamageSource
const
& source)
const
/*override*/
;
39
40
// vIndex: 35
41
virtual
float
getShadowRadius()
const
/*override*/
;
42
43
// vIndex: 137
44
virtual
void
addAdditionalSaveData(
::CompoundTag
& tag)
const
/*override*/
;
45
46
// vIndex: 136
47
virtual
void
readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper)
/*override*/
;
48
49
// vIndex: 135
50
virtual
bool
_hurt(
::ActorDamageSource
const
& source,
float
damage,
bool
knock,
bool
ignite)
/*override*/
;
51
52
// vIndex: 8
53
virtual
~EnderCrystal
()
/*override*/
=
default
;
54
// NOLINTEND
55
56
public
:
57
// member functions
58
// NOLINTBEGIN
59
MCAPI
EnderCrystal
(
60
::ActorDefinitionGroup
* definitions,
61
::ActorDefinitionIdentifier
const
& definitionName,
62
::EntityContext
& entityContext
63
);
64
// NOLINTEND
65
66
public
:
67
// constructor thunks
68
// NOLINTBEGIN
69
MCAPI
void
* $ctor(
70
::ActorDefinitionGroup
* definitions,
71
::ActorDefinitionIdentifier
const
& definitionName,
72
::EntityContext
& entityContext
73
);
74
// NOLINTEND
75
76
public
:
77
// destructor thunk
78
// NOLINTBEGIN
79
80
// NOLINTEND
81
82
public
:
83
// virtual function thunks
84
// NOLINTBEGIN
85
MCAPI
void
$normalTick();
86
87
MCAPI
bool
$isInvulnerableTo(
::ActorDamageSource
const
& source)
const
;
88
89
MCFOLD
float
$getShadowRadius()
const
;
90
91
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
92
93
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
94
95
MCAPI
bool
$_hurt(
::ActorDamageSource
const
& source,
float
damage,
bool
knock,
bool
ignite);
96
// NOLINTEND
97
98
public
:
99
// vftables
100
// NOLINTBEGIN
101
MCAPI
static
void
** $vftable();
102
// NOLINTEND
103
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:27
Actor
Definition
Actor.h:104
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
EnderCrystal
Definition
EnderCrystal.h:18
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:13
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
monster
EnderCrystal.h
Generated on Sat Apr 26 2025 05:56:06 for LeviLamina by
1.12.0