LeviLamina
Loading...
Searching...
No Matches
BlockNotificationEvent.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
17struct ButtonPushEvent;
21struct LeverActionEvent;
27// clang-format on
28
30 ::BlockPatternPostEvent const,
31 ::ActorInsideBlockEvent const,
32 ::ActorStandOnBlockEvent const,
33 ::BlockPatternPreEvent const,
34 ::BlockRandomTickEvent const,
35 ::ChestBlockTryPairEvent const,
36 ::PistonActionEvent const,
37 ::LeverActionEvent const,
38 ::ButtonPushEvent const,
39 ::PressurePlatePushEvent const,
40 ::PressurePlatePopEvent const,
41 ::TargetBlockHitEvent const,
42 ::TripWireTripEvent const,
43 ::BlockTryPlaceByPlayerEvent const,
44 ::CraftUISetResultNameEvent const,
45 ::ExplosionStartedEvent const,
46 ::BlockTryDestroyByPlayerEvent const> {
47public:
48 // member functions
49 // NOLINTBEGIN
51 // NOLINTEND
52
53public:
54 // destructor thunk
55 // NOLINTBEGIN
56 MCAPI void $dtor();
57 // NOLINTEND
58};
Definition EventVariantImpl.h:6
Definition ActorInsideBlockEvent.h:17
Definition ActorStandOnBlockEvent.h:16
Definition BlockNotificationEvent.h:46
Definition BlockPatternPostEvent.h:8
Definition BlockPatternPreEvent.h:8
Definition BlockRandomTickEvent.h:13
Definition BlockTryDestroyByPlayerEvent.h:16
Definition BlockTryPlaceByPlayerEvent.h:16
Definition ButtonPushEvent.h:14
Definition ChestBlockTryPairEvent.h:13
Definition CraftUISetResultNameEvent.h:5
Definition ExplosionStartedEvent.h:15
Definition LeverActionEvent.h:14
Definition PistonActionEvent.h:14
Definition PressurePlatePopEvent.h:13
Definition PressurePlatePushEvent.h:14
Definition TargetBlockHitEvent.h:15
Definition TripWireTripEvent.h:14