LeviLamina
Loading...
Searching...
No Matches
DouseFireSubcomponent.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/entity/components_json_legacy/OnHitSubcomponent.h"
7
8
// auto generated forward declare list
9
// clang-format off
10
class
Actor
;
11
class
BlockPos
;
12
class
BlockSource
;
13
class
ProjectileComponent
;
14
namespace
Json {
class
Value
; }
15
// clang-format on
16
17
class
DouseFireSubcomponent :
public
::OnHitSubcomponent {
18
public
:
19
// virtual functions
20
// NOLINTBEGIN
21
virtual
~DouseFireSubcomponent()
/*override*/
=
default
;
22
23
virtual
void
readfromJSON(
::Json::Value
&)
/*override*/
;
24
25
virtual
void
writetoJSON(
::Json::Value
&)
const
/*override*/
;
26
27
virtual
void
doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component)
/*override*/
;
28
29
virtual
char
const
* getName()
const
/*override*/
;
30
// NOLINTEND
31
32
public
:
33
// member functions
34
// NOLINTBEGIN
35
MCAPI DouseFireSubcomponent();
36
37
MCAPI
void
douseFire(
::Actor
& owner,
::BlockSource
& region,
::BlockPos
const
& pos);
38
// NOLINTEND
39
40
public
:
41
// constructor thunks
42
// NOLINTBEGIN
43
MCAPI
void
* $ctor();
44
// NOLINTEND
45
46
public
:
47
// virtual function thunks
48
// NOLINTBEGIN
49
MCFOLD
void
$readfromJSON(
::Json::Value
&);
50
51
MCFOLD
void
$writetoJSON(
::Json::Value
&)
const
;
52
53
MCAPI
void
$doOnHitEffect(
::Actor
& owner,
::ProjectileComponent
& component);
54
55
MCAPI
char
const
* $getName()
const
;
56
57
58
// NOLINTEND
59
60
public
:
61
// vftables
62
// NOLINTBEGIN
63
MCNAPI
static
void
**
$vftable
();
64
// NOLINTEND
65
};
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
BlockSource
Definition
BlockSource.h:73
DouseFireSubcomponent::$vftable
static MCAPI void ** $vftable()
Json::Value
Definition
Value.h:16
ProjectileComponent
Definition
ProjectileComponent.h:31
src
mc
entity
components_json_legacy
DouseFireSubcomponent.h
Generated on
for LeviLamina by
1.16.1