LeviLamina
Loading...
Searching...
No Matches
BlockNotificationEvent.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4#include "mc/world/events/ActorInsideBlockEvent.h"
5#include "mc/world/events/ActorStandOnBlockEvent.h"
6#include "mc/world/events/BlockPatternPostEvent.h"
7#include "mc/world/events/BlockPatternPreEvent.h"
8#include "mc/world/events/BlockRandomTickEvent.h"
9#include "mc/world/events/BlockTryDestroyByPlayerEvent.h"
10#include "mc/world/events/BlockTryPlaceByPlayerEvent.h"
11#include "mc/world/events/ButtonPushEvent.h"
12#include "mc/world/events/ChestBlockTryPairEvent.h"
13#include "mc/world/events/CraftUISetResultNameEvent.h"
14#include "mc/world/events/ExplosionStartedEvent.h"
15#include "mc/world/events/LeverActionEvent.h"
16#include "mc/world/events/PistonActionEvent.h"
17#include "mc/world/events/PressurePlatePopEvent.h"
18#include "mc/world/events/PressurePlatePushEvent.h"
19#include "mc/world/events/TargetBlockHitEvent.h"
20#include "mc/world/events/TripWireTripEvent.h"
21
22// auto generated inclusion list
23#include "mc/world/events/EventVariantImpl.h"
24
25// auto generated forward declare list
26// clang-format off
34struct ButtonPushEvent;
38struct LeverActionEvent;
44// clang-format on
45
47 ::BlockPatternPostEvent const,
48 ::ActorInsideBlockEvent const,
49 ::ActorStandOnBlockEvent const,
50 ::BlockPatternPreEvent const,
51 ::BlockRandomTickEvent const,
52 ::ChestBlockTryPairEvent const,
53 ::PistonActionEvent const,
54 ::LeverActionEvent const,
55 ::ButtonPushEvent const,
56 ::PressurePlatePushEvent const,
57 ::PressurePlatePopEvent const,
58 ::TargetBlockHitEvent const,
59 ::TripWireTripEvent const,
60 ::BlockTryPlaceByPlayerEvent const,
61 ::CraftUISetResultNameEvent const,
62 ::ExplosionStartedEvent const,
63 ::BlockTryDestroyByPlayerEvent const> {
64public:
65 // member functions
66 // NOLINTBEGIN
68 // NOLINTEND
69
70public:
71 // destructor thunk
72 // NOLINTBEGIN
73 MCAPI void $dtor();
74 // NOLINTEND
75};
Definition EventVariantImpl.h:46
Definition ActorInsideBlockEvent.h:17
Definition ActorStandOnBlockEvent.h:16
Definition BlockNotificationEvent.h:63
Definition BlockPatternPostEvent.h:8
Definition BlockPatternPreEvent.h:8
Definition BlockRandomTickEvent.h:11
Definition BlockTryDestroyByPlayerEvent.h:16
Definition BlockTryPlaceByPlayerEvent.h:16
Definition ButtonPushEvent.h:12
Definition ChestBlockTryPairEvent.h:11
Definition CraftUISetResultNameEvent.h:5
Definition ExplosionStartedEvent.h:15
Definition LeverActionEvent.h:12
Definition PistonActionEvent.h:14
Definition PressurePlatePopEvent.h:11
Definition PressurePlatePushEvent.h:12
Definition TargetBlockHitEvent.h:13
Definition TripWireTripEvent.h:12