LeviLamina
Loading...
Searching...
No Matches
ArrowEffectSubcomponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components_json_legacy/MobEffectSubcomponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
ProjectileComponent
;
12
namespace
Json {
class
Value
; }
13
// clang-format on
14
15
class
ArrowEffectSubcomponent
:
public
::MobEffectSubcomponent
{
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<1, 1, bool> mApplyEffectToBlockingTargets;
20
// NOLINTEND
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual
void
readfromJSON(
::Json::Value
& component)
/*override*/
;
26
27
virtual
void
writetoJSON(
::Json::Value
& component)
const
/*override*/
;
28
29
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component)
/*override*/
;
30
31
virtual
char
const
* getName()
const
/*override*/
;
32
33
virtual
~ArrowEffectSubcomponent
()
/*override*/
=
default
;
34
// NOLINTEND
35
36
public
:
37
// virtual function thunks
38
// NOLINTBEGIN
39
MCAPI
void
$readfromJSON(
::Json::Value
& component);
40
41
MCAPI
void
$writetoJSON(
::Json::Value
& component)
const
;
42
43
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component);
44
45
MCAPI
char
const
* $getName()
const
;
46
47
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
**
$vftable
();
54
// NOLINTEND
55
};
Actor
Definition
Actor.h:106
ArrowEffectSubcomponent
Definition
ArrowEffectSubcomponent.h:15
Json::Value
Definition
Value.h:16
MobEffectSubcomponent
Definition
MobEffectSubcomponent.h:16
MobEffectSubcomponent::$vftable
static MCAPI void ** $vftable()
ProjectileComponent
Definition
ProjectileComponent.h:30
src
mc
entity
components_json_legacy
ArrowEffectSubcomponent.h
Generated on
for LeviLamina by
1.16.1