LeviLamina
Loading...
Searching...
No Matches
CombatRegenerationListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/ActorEventListener.h"
7#include "mc/world/events/EventResult.h"
8
9// auto generated forward declare list
10// clang-format off
12// clang-format on
13
15public:
16 // member variables
17 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 0
34 virtual ~CombatRegenerationListener() /*override*/ = default;
35
36 // vIndex: 1
37 virtual ::EventResult onEvent(::ActorNotificationEvent const& event) /*override*/;
38 // NOLINTEND
39
40public:
41 // destructor thunk
42 // NOLINTBEGIN
43
44 // NOLINTEND
45
46public:
47 // virtual function thunks
48 // NOLINTBEGIN
49 MCAPI ::EventResult $onEvent(::ActorNotificationEvent const& event);
50 // NOLINTEND
51
52public:
53 // vftables
54 // NOLINTBEGIN
55 MCAPI static void** $vftable();
56 // NOLINTEND
57};
Definition ActorEventListener.h:20
Definition CombatRegenerationListener.h:14
Definition ActorNotificationEvent.h:85
Definition Alias.h:14