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
// virtual function thunks
78
// NOLINTBEGIN
79
MCAPI
void
$normalTick();
80
81
MCAPI
bool
$isInvulnerableTo(
::ActorDamageSource
const
& source)
const
;
82
83
MCFOLD
float
$getShadowRadius()
const
;
84
85
MCAPI
void
$addAdditionalSaveData(
::CompoundTag
& tag)
const
;
86
87
MCAPI
void
$readAdditionalSaveData(
::CompoundTag
const
& tag,
::DataLoadHelper
& dataLoadHelper);
88
89
MCAPI
bool
$_hurt(
::ActorDamageSource
const
& source,
float
damage,
bool
knock,
bool
ignite);
90
// NOLINTEND
91
92
public
:
93
// vftables
94
// NOLINTBEGIN
95
MCNAPI
static
void
**
$vftable
();
96
// NOLINTEND
97
};
ActorDamageSource
Definition
ActorDamageSource.h:18
ActorDefinitionGroup
Definition
ActorDefinitionGroup.h:29
Actor
Definition
Actor.h:103
CompoundTag
Definition
CompoundTag.h:13
DataLoadHelper
Definition
DataLoadHelper.h:20
EnderCrystal
Definition
EnderCrystal.h:18
EnderCrystal::$vftable
static MCAPI void ** $vftable()
EntityContext
Definition
EntityContext.h:16
ActorDefinitionIdentifier
Definition
ActorDefinitionIdentifier.h:15
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
actor
monster
EnderCrystal.h
Generated on Fri Jun 13 2025 05:05:03 for LeviLamina by
1.12.0