LeviLamina
Loading...
Searching...
No Matches
OnPlayerDestroyedTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/core/utility/pub_sub/Subscription.h"
7#include "mc/world/actor/DefinitionTrigger.h"
8#include "mc/world/level/block/components/IBlockComponent.h"
9
10// auto generated forward declare list
11// clang-format off
12namespace BlockEvents { class BlockPlayerDestroyEvent; }
13// clang-format on
14
15class OnPlayerDestroyedTrigger : public ::DefinitionTrigger, public ::IBlockComponent {
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mEventSubscription;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
26 // NOLINTEND
27
28public:
29 // member functions
30 // NOLINTBEGIN
31 MCAPI void onEvent(::BlockEvents::BlockPlayerDestroyEvent const& eventData) const;
32 // NOLINTEND
33
34public:
35 // destructor thunk
36 // NOLINTBEGIN
37 MCAPI void $dtor();
38 // NOLINTEND
39
40public:
41 // vftables
42 // NOLINTBEGIN
43 MCNAPI static void** $vftable();
44 // NOLINTEND
45};
Definition BlockPlayerDestroyEvent.h:19
Definition OnPlayerDestroyedTrigger.h:15
static MCAPI void ** $vftable()
Definition IBlockComponent.h:5