LeviLamina
Loading...
Searching...
No Matches
ActorNotificationEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/events/ActorAcquiredItemEvent.h"
5#include "mc/world/events/ActorAddEffectEvent.h"
6#include "mc/world/events/ActorAnimationChangedEvent.h"
7#include "mc/world/events/ActorAttackEvent.h"
8#include "mc/world/events/ActorCarriedItemChangedEvent.h"
9#include "mc/world/events/ActorDefinitionEndedEvent.h"
10#include "mc/world/events/ActorDefinitionStartedEvent.h"
11#include "mc/world/events/ActorDefinitionTriggeredEvent.h"
12#include "mc/world/events/ActorDiedEvent.h"
13#include "mc/world/events/ActorDroppedItemEvent.h"
14#include "mc/world/events/ActorEquippedArmorEvent.h"
15#include "mc/world/events/ActorGriefingBlockEvent.h"
16#include "mc/world/events/ActorHealthChangedEvent.h"
17#include "mc/world/events/ActorHurtEvent.h"
18#include "mc/world/events/ActorKilledEvent.h"
19#include "mc/world/events/ActorPlacedItemEvent.h"
20#include "mc/world/events/ActorRemoveEffectEvent.h"
21#include "mc/world/events/ActorRemovedEvent.h"
22#include "mc/world/events/ActorStartRidingEvent.h"
23#include "mc/world/events/ActorStopRidingEvent.h"
24#include "mc/world/events/ActorUseItemEvent.h"
25#include "mc/world/events/KnockBackEvent.h"
26#include "mc/world/events/MountTamingEvent.h"
27#include "mc/world/events/ProjectileHitEvent.h"
28
29
30// auto generated inclusion list
31#include "mc/world/events/EventVariantImpl.h"
32
33// auto generated forward declare list
34// clang-format off
38struct ActorAttackEvent;
46struct ActorDiedEvent;
50struct ActorHealEvent;
52struct ActorHurtEvent;
55struct ActorKilledEvent;
65struct KnockBackEvent;
66struct MountTamingEvent;
68// clang-format on
69
70struct ActorNotificationEvent : public ::EventVariantImpl<
71 ::ActorAcquiredItemEvent const,
72 ::ActorAnimationChangedEvent const,
73 ::ActorAttackEvent const,
74 ::ActorCarriedItemChangedEvent const,
75 ::ActorDefinitionTriggeredEvent const,
76 ::ActorDefinitionEndedEvent const,
77 ::ActorDiedEvent const,
78 ::ActorDroppedItemEvent const,
79 ::ActorEquippedArmorEvent const,
80 ::ActorHealEvent const,
81 ::ActorHurtEvent const,
82 ::ActorHealthChangedEvent const,
83 ::ActorKilledEvent const,
84 ::ActorPlacedItemEvent const,
85 ::ActorRemovedEvent const,
86 ::ActorRemoveEffectEvent const,
87 ::ActorStartRidingEvent const,
88 ::ActorUpgradeTriggeredEvent const,
89 ::ActorUpgradeEndedEvent const,
90 ::ActorUseItemEvent const,
91 ::KnockBackEvent const,
92 ::MountTamingEvent const,
93 ::ActorItemEventAfterDroppedItem const,
94 ::ProjectileHitEvent const,
95 ::ActorGriefingBlockEvent const,
96 ::ActorStopRidingEvent const,
97 ::ActorItemEventBeforeDroppedItem const,
98 ::ActorDefinitionStartedEvent const,
99 ::ActorAddEffectEvent const,
100 ::ActorBeforeAcquireItemEvent const,
101 ::ActorBeforeHealEvent const,
102 ::ActorBeforeHurtEvent const,
103 ::ActorUpgradeStartedEvent const> {};
Definition ActorAcquiredItemEvent.h:15
Definition ActorAddEffectEvent.h:9
Definition ActorAnimationChangedEvent.h:10
Definition ActorAttackEvent.h:8
Definition ActorBeforeAcquireItemEvent.h:14
Definition ActorBeforeHealEvent.h:13
Definition ActorBeforeHurtEvent.h:11
Definition ActorCarriedItemChangedEvent.h:10
Definition ActorDefinitionEndedEvent.h:11
Definition ActorDefinitionStartedEvent.h:11
Definition ActorDefinitionTriggeredEvent.h:10
Definition ActorDiedEvent.h:14
Definition ActorDroppedItemEvent.h:9
Definition ActorEquippedArmorEvent.h:10
Definition ActorGriefingBlockEvent.h:16
Definition ActorHealEvent.h:9
Definition ActorHealthChangedEvent.h:8
Definition ActorHurtEvent.h:13
Definition ActorItemEventAfterDroppedItem.h:15
Definition ActorItemEventBeforeDroppedItem.h:15
Definition ActorKilledEvent.h:14
Definition ActorNotificationEvent.h:103
Definition ActorPlacedItemEvent.h:9
Definition ActorRemoveEffectEvent.h:9
Definition ActorRemovedEvent.h:8
Definition ActorStartRidingEvent.h:8
Definition ActorStopRidingEvent.h:8
Definition ActorUpgradeEndedEvent.h:11
Definition ActorUpgradeStartedEvent.h:11
Definition ActorUpgradeTriggeredEvent.h:10
Definition ActorUseItemEvent.h:14
Definition KnockBackEvent.h:13
Definition MountTamingEvent.h:13
Definition ProjectileHitEvent.h:13