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 // virtual function thunks
42 // NOLINTBEGIN
43 MCNAPI ::EventResult $onEvent(::ActorNotificationEvent const& event);
44 // NOLINTEND
45
46public:
47 // vftables
48 // NOLINTBEGIN
49 MCNAPI static void** $vftable();
50 // NOLINTEND
51};
Definition ActorEventListener.h:20
Definition CombatRegenerationListener.h:14
MCAPI::EventResult $onEvent(::ActorNotificationEvent const &event)
static MCAPI void ** $vftable()
Definition ActorNotificationEvent.h:89
Definition Alias.h:14