LeviLamina
Loading...
Searching...
No Matches
VanillaNetworkEventListener.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/EventListenerDispatcher.h"
7#include "mc/world/events/EventResult.h"
8
9// auto generated forward declare list
10// clang-format off
14// clang-format on
15
16class VanillaNetworkEventListener : public ::EventListenerDispatcher<::ActorEventListener>,
17 public ::EventListenerDispatcher<::PlayerEventListener> {
18public:
19 // virtual functions
20 // NOLINTBEGIN
21 // vIndex: 64
22 virtual ::EventResult onEvent(::PlayerDamageEvent const&) /*override*/;
23
24 // vIndex: 0
25 virtual ~VanillaNetworkEventListener() /*override*/ = default;
26 // NOLINTEND
27
28public:
29 // destructor thunk
30 // NOLINTBEGIN
31
32 // NOLINTEND
33
34public:
35 // virtual function thunks
36 // NOLINTBEGIN
37
38 // NOLINTEND
39};
Definition ActorEventListener.h:20
Definition EventListenerDispatcher.h:6
Definition PlayerEventListener.h:29
Definition VanillaNetworkEventListener.h:17
Definition PlayerDamageEvent.h:14