LeviLamina
Loading...
Searching...
No Matches
TeleportToSubcomponent.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
10class Actor;
12namespace Json { class Value; }
13// clang-format on
14
16public:
17 // virtual functions
18 // NOLINTBEGIN
19 // vIndex: 0
20 virtual ~TeleportToSubcomponent() /*override*/ = default;
21
22 // vIndex: 1
23 virtual void readfromJSON(::Json::Value&) /*override*/;
24
25 // vIndex: 2
26 virtual void writetoJSON(::Json::Value&) const /*override*/;
27
28 // vIndex: 3
29 virtual void doOnHitEffect(::Actor& owner, ::ProjectileComponent& component) /*override*/;
30
31 // vIndex: 4
32 virtual char const* getName() /*override*/;
33 // NOLINTEND
34
35public:
36 // virtual function thunks
37 // NOLINTBEGIN
39
40 MCNAPI void $writetoJSON(::Json::Value&) const;
41
42 MCNAPI void $doOnHitEffect(::Actor& owner, ::ProjectileComponent& component);
43
44 MCNAPI char const* $getName();
45 // NOLINTEND
46
47public:
48 // vftables
49 // NOLINTBEGIN
50 MCNAPI static void** $vftable();
51 // NOLINTEND
52};
Definition Actor.h:103
Definition Value.h:16
Definition OnHitSubcomponent.h:12
Definition ProjectileComponent.h:30
Definition TeleportToSubcomponent.h:15
MCAPI void $doOnHitEffect(::Actor &owner, ::ProjectileComponent &component)
static MCAPI void ** $vftable()
MCAPI char const * $getName()
MCAPI void $readfromJSON(::Json::Value &)
MCAPI void $writetoJSON(::Json::Value &) const