LeviLamina
Loading...
Searching...
No Matches
KnockbackArmorUpdater.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/EventListenerDispatcher.h"
8
#include "mc/world/events/EventResult.h"
9
10
// auto generated forward declare list
11
// clang-format off
12
struct
ActorEquippedArmorEvent
;
13
// clang-format on
14
15
class
KnockbackArmorUpdater
:
public
::EventListenerDispatcher
<::ActorEventListener> {
16
public
:
17
// virtual functions
18
// NOLINTBEGIN
19
virtual ::EventResult onEvent(
::ActorEquippedArmorEvent
const
& actorEquippedArmorEvent)
/*override*/
;
20
// NOLINTEND
21
22
public
:
23
// virtual function thunks
24
// NOLINTBEGIN
25
MCAPI ::EventResult $onEvent(
::ActorEquippedArmorEvent
const
& actorEquippedArmorEvent);
26
27
28
// NOLINTEND
29
30
public
:
31
// vftables
32
// NOLINTBEGIN
33
MCAPI
static
void
** $vftable();
34
// NOLINTEND
35
};
EventListenerDispatcher
Definition
EventListenerDispatcher.h:6
KnockbackArmorUpdater
Definition
KnockbackArmorUpdater.h:15
ActorEquippedArmorEvent
Definition
ActorEquippedArmorEvent.h:10
src
mc
world
actor
KnockbackArmorUpdater.h
Generated on
for LeviLamina by
1.16.1