LeviLamina
Loading...
Searching...
No Matches
RaidOmenMobEffect.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/effect/MobEffect.h"
7
8// auto generated forward declare list
9// clang-format off
10class Actor;
11struct EffectDuration;
12// clang-format on
13
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 // vIndex: 1
19 virtual void applyEffects(::Actor& target, ::EffectDuration durationTicks, int amplification) const /*override*/;
20
21 // vIndex: 3
22 virtual void onEffectExpired(::Actor& target) const /*override*/;
23
24 // vIndex: 0
25 virtual ~RaidOmenMobEffect() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37 MCAPI void $applyEffects(::Actor& target, ::EffectDuration durationTicks, int amplification) const;
38
39 MCAPI void $onEffectExpired(::Actor& target) const;
40 // NOLINTEND
41
42public:
43 // vftables
44 // NOLINTBEGIN
45 MCAPI static void** $vftable();
46 // NOLINTEND
47};
Definition Actor.h:104
Definition MobEffect.h:27
Definition RaidOmenMobEffect.h:14
Definition EffectDuration.h:5