LeviLamina
Loading...
Searching...
No Matches
PlayerNotificationEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/events/EventVariantImpl.h"
7
8// auto generated forward declare list
9// clang-format off
10struct PlayerAddEvent;
22struct PlayerEmoteEvent;
49// clang-format on
50
52 ::PlayerSkinLoadedClientEvent const,
53 ::PlayerAddEvent const,
54 ::PlayerAddExpEvent const,
55 ::PlayerAddLevelEvent const,
56 ::PlayerArmorExchangeEvent const,
57 ::PlayerDestroyBlockEvent const,
58 ::PlayerUseNameTagEvent const,
59 ::PlayerDropItemEvent const,
60 ::PlayerEatFoodEvent const,
61 ::PlayerDamageEvent const,
62 ::PlayerDisconnectEvent const,
63 ::PlayerFormCloseEvent const,
64 ::PlayerFormResponseEvent const,
65 ::PlayerInputModeChangeEvent const,
66 ::PlayerInitialSpawnEvent const,
67 ::PlayerOpenContainerEvent const,
68 ::PlayerCloseContainerEvent const,
69 ::PlayerShootArrowEvent const,
70 ::PlayerSwingStartEvent const,
71 ::PlayerRespawnEvent const,
72 ::PlayerSleepStateChangeEvent const,
73 ::PlayerStopLoadingEvent const,
74 ::PlayerUpdateInteractionEvent const,
75 ::PlayerSelectedItemChangedEvent const,
76 ::PlayerDimensionChangeBeforeEvent const,
77 ::PlayerDimensionChangeAfterEvent const,
78 ::PlayerInteractWithEntityAfterEvent const,
79 ::PlayerInteractWithBlockAfterEvent const,
80 ::PlayerEmoteEvent const,
81 ::PlayerScriptInputEvent const,
82 ::PlayerInventoryItemChangeEvent const,
83 ::PlayerHotbarSelectedSlotChangeEvent const,
84 ::PlayerInputPermissionCategoryChangeEvent const,
85 ::PlayerSayCommandEvent const,
86 ::PlayerGetExperienceOrbEvent const,
87 ::PlayerInteractEvent const,
88 ::PlayerInteractWithEntityBeforeEvent const,
89 ::PlayerInteractWithBlockBeforeEvent const,
90 ::PlayerGameModeChangeEvent const> {
91public:
92 // member functions
93 // NOLINTBEGIN
95 // NOLINTEND
96
97public:
98 // destructor thunk
99 // NOLINTBEGIN
100 MCAPI void $dtor();
101 // NOLINTEND
102};
Definition EventVariantImpl.h:6
Definition PlayerAddEvent.h:13
Definition PlayerAddExpEvent.h:13
Definition PlayerAddLevelEvent.h:13
Definition PlayerArmorExchangeEvent.h:16
Definition PlayerCloseContainerEvent.h:5
Definition PlayerDamageEvent.h:14
Definition PlayerDestroyBlockEvent.h:15
Definition PlayerDimensionChangeAfterEvent.h:16
Definition PlayerDimensionChangeBeforeEvent.h:16
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 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 PlayerNotificationEvent.h:90
Definition PlayerOpenContainerEvent.h:11
Definition PlayerRespawnEvent.h:13
Definition PlayerSayCommandEvent.h:13
Definition PlayerScriptInputEvent.h:10
Definition PlayerSelectedItemChangedEvent.h:8
Definition PlayerShootArrowEvent.h:14
Definition PlayerSkinLoadedClientEvent.h:8
Definition PlayerSleepStateChangeEvent.h:5
Definition PlayerStopLoadingEvent.h:13
Definition PlayerSwingStartEvent.h:9
Definition PlayerUpdateInteractionEvent.h:13
Definition PlayerUseNameTagEvent.h:14