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