LeviLamina
Loading...
Searching...
No Matches
PlayerNotificationEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/events/PlayerAddEvent.h"
5#include "mc/world/events/PlayerAddExpEvent.h"
6#include "mc/world/events/PlayerAddLevelEvent.h"
7#include "mc/world/events/PlayerArmorExchangeEvent.h"
8#include "mc/world/events/PlayerCloseContainerEvent.h"
9#include "mc/world/events/PlayerClosedContainerEvent.h"
10#include "mc/world/events/PlayerDamageEvent.h"
11#include "mc/world/events/PlayerDataDrivenScreenClosedEvent.h"
12#include "mc/world/events/PlayerDestroyBlockEvent.h"
13#include "mc/world/events/PlayerDimensionChangeAfterEvent.h"
14#include "mc/world/events/PlayerDimensionChangeBeforeEvent.h"
15#include "mc/world/events/PlayerDisconnectEvent.h"
16#include "mc/world/events/PlayerDropItemEvent.h"
17#include "mc/world/events/PlayerEatFoodEvent.h"
18#include "mc/world/events/PlayerEmoteEvent.h"
19#include "mc/world/events/PlayerFormCloseEvent.h"
20#include "mc/world/events/PlayerFormResponseEvent.h"
21#include "mc/world/events/PlayerGameModeChangeEvent.h"
22#include "mc/world/events/PlayerGetExperienceOrbEvent.h"
23#include "mc/world/events/PlayerHasInvalidContainerEvent.h"
24#include "mc/world/events/PlayerHotbarSelectedSlotChangeEvent.h"
25#include "mc/world/events/PlayerInitialSpawnEvent.h"
26#include "mc/world/events/PlayerInputModeChangeEvent.h"
27#include "mc/world/events/PlayerInputPermissionCategoryChangeEvent.h"
28#include "mc/world/events/PlayerInteractEvent.h"
29#include "mc/world/events/PlayerInteractWithBlockAfterEvent.h"
30#include "mc/world/events/PlayerInteractWithBlockBeforeEvent.h"
31#include "mc/world/events/PlayerInteractWithEntityAfterEvent.h"
32#include "mc/world/events/PlayerInteractWithEntityBeforeEvent.h"
33#include "mc/world/events/PlayerInventoryItemChangeEvent.h"
34#include "mc/world/events/PlayerOpenContainerEvent.h"
35#include "mc/world/events/PlayerOpenedContainerEvent.h"
36#include "mc/world/events/PlayerRespawnEvent.h"
37#include "mc/world/events/PlayerSayCommandEvent.h"
38#include "mc/world/events/PlayerScriptInputEvent.h"
39#include "mc/world/events/PlayerSelectedItemChangedEvent.h"
40#include "mc/world/events/PlayerShootArrowEvent.h"
41#include "mc/world/events/PlayerSkinLoadedClientEvent.h"
42#include "mc/world/events/PlayerSleepStateChangeEvent.h"
43#include "mc/world/events/PlayerStopLoadingEvent.h"
44#include "mc/world/events/PlayerSwingStartEvent.h"
45#include "mc/world/events/PlayerTellCommandEvent.h"
46#include "mc/world/events/PlayerTellRawCommandEvent.h"
47#include "mc/world/events/PlayerTitleCommandEvent.h"
48#include "mc/world/events/PlayerTitleRawCommandEvent.h"
49#include "mc/world/events/PlayerUpdateInteractionEvent.h"
50#include "mc/world/events/PlayerUseNameTagEvent.h"
51
52// auto generated inclusion list
53#include "mc/world/events/EventVariantImpl.h"
54
55// auto generated forward declare list
56// clang-format off
57struct PlayerAddEvent;
71struct PlayerEmoteEvent;
105// clang-format on
106
107struct PlayerNotificationEvent : public ::EventVariantImpl<
108 ::PlayerSkinLoadedClientEvent const,
109 ::PlayerAddEvent const,
110 ::PlayerAddExpEvent const,
111 ::PlayerAddLevelEvent const,
112 ::PlayerArmorExchangeEvent const,
113 ::PlayerDestroyBlockEvent const,
114 ::PlayerUseNameTagEvent const,
115 ::PlayerDropItemEvent const,
116 ::PlayerEatFoodEvent const,
117 ::PlayerDamageEvent const,
118 ::PlayerDisconnectEvent const,
119 ::PlayerFormCloseEvent const,
120 ::PlayerFormResponseEvent const,
121 ::PlayerDataDrivenScreenClosedEvent const,
122 ::PlayerInputModeChangeEvent const,
123 ::PlayerInitialSpawnEvent const,
124 ::PlayerOpenContainerEvent const,
125 ::PlayerOpenedContainerEvent const,
126 ::PlayerCloseContainerEvent const,
127 ::PlayerClosedContainerEvent const,
128 ::PlayerHasInvalidContainerEvent const,
129 ::PlayerShootArrowEvent const,
130 ::PlayerSwingStartEvent const,
131 ::PlayerRespawnEvent const,
132 ::PlayerSleepStateChangeEvent const,
133 ::PlayerStopLoadingEvent const,
134 ::PlayerUpdateInteractionEvent const,
135 ::PlayerSelectedItemChangedEvent const,
136 ::PlayerDimensionChangeBeforeEvent const,
137 ::PlayerDimensionChangeAfterEvent const,
138 ::PlayerInteractWithEntityAfterEvent const,
139 ::PlayerInteractWithBlockAfterEvent const,
140 ::PlayerEmoteEvent const,
141 ::PlayerScriptInputEvent const,
142 ::PlayerInventoryItemChangeEvent const,
143 ::PlayerHotbarSelectedSlotChangeEvent const,
144 ::PlayerInputPermissionCategoryChangeEvent const,
145 ::PlayerMeCommandEvent const,
146 ::PlayerSayCommandEvent const,
147 ::PlayerTellCommandEvent const,
148 ::PlayerTellRawCommandEvent const,
149 ::PlayerTitleCommandEvent const,
150 ::PlayerTitleRawCommandEvent const,
151 ::PlayerGetExperienceOrbEvent const,
152 ::PlayerInteractEvent const,
153 ::PlayerInteractWithEntityBeforeEvent const,
154 ::PlayerInteractWithBlockBeforeEvent const,
155 ::PlayerGameModeChangeEvent const> {};
Definition PlayerAddEvent.h:13
Definition PlayerAddExpEvent.h:13
Definition PlayerAddLevelEvent.h:13
Definition PlayerArmorExchangeEvent.h:16
Definition PlayerCloseContainerEvent.h:5
Definition PlayerClosedContainerEvent.h:8
Definition PlayerDamageEvent.h:14
Definition PlayerDataDrivenScreenClosedEvent.h:14
Definition PlayerDestroyBlockEvent.h:15
Definition PlayerDimensionChangeAfterEvent.h:15
Definition PlayerDimensionChangeBeforeEvent.h:15
Definition PlayerDisconnectEvent.h:8
Definition PlayerDropItemEvent.h:13
Definition PlayerEatFoodEvent.h:14
Definition PlayerEmoteEvent.h:8
Definition PlayerFormCloseEvent.h:14
Definition PlayerFormResponseEvent.h:14
Definition PlayerGameModeChangeEvent.h:9
Definition PlayerGetExperienceOrbEvent.h:13
Definition PlayerHasInvalidContainerEvent.h:5
Definition PlayerHotbarSelectedSlotChangeEvent.h:9
Definition PlayerInitialSpawnEvent.h:13
Definition PlayerInputModeChangeEvent.h:14
Definition PlayerInputPermissionCategoryChangeEvent.h:9
Definition PlayerInteractEvent.h:14
Definition PlayerInteractWithBlockAfterEvent.h:15
Definition PlayerInteractWithBlockBeforeEvent.h:15
Definition PlayerInteractWithEntityAfterEvent.h:14
Definition PlayerInteractWithEntityBeforeEvent.h:14
Definition PlayerInventoryItemChangeEvent.h:9
Definition PlayerMeCommandEvent.h:5
Definition PlayerNotificationEvent.h:155
Definition PlayerOpenContainerEvent.h:11
Definition PlayerOpenedContainerEvent.h:11
Definition PlayerRespawnEvent.h:13
Definition PlayerSayCommandEvent.h:5
Definition PlayerScriptInputEvent.h:10
Definition PlayerSelectedItemChangedEvent.h:8
Definition PlayerShootArrowEvent.h:15
Definition PlayerSkinLoadedClientEvent.h:8
Definition PlayerSleepStateChangeEvent.h:5
Definition PlayerStopLoadingEvent.h:13
Definition PlayerSwingStartEvent.h:10
Definition PlayerTellCommandEvent.h:13
Definition PlayerTellRawCommandEvent.h:13
Definition PlayerTitleCommandEvent.h:14
Definition PlayerTitleRawCommandEvent.h:14
Definition PlayerUpdateInteractionEvent.h:13
Definition PlayerUseNameTagEvent.h:14