LeviLamina
Loading...
Searching...
No Matches
OnStepOnTrigger.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
9// auto generated forward declare list
10// clang-format off
11namespace BlockEvents { class BlockEventManager; }
12namespace BlockEvents { class BlockStepOnEvent; }
13// clang-format on
14
16public:
17 // member variables
18 // NOLINTBEGIN
19 ::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mEventSubscription;
20 // NOLINTEND
21
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~OnStepOnTrigger();
27 // NOLINTEND
28
29public:
30 // member functions
31 // NOLINTBEGIN
32 MCAPI void finalize(::BlockEvents::BlockEventManager& manager);
33
34 MCAPI void onStepOn(::BlockEvents::BlockStepOnEvent const& eventData) const;
35 // NOLINTEND
36
37public:
38 // destructor thunk
39 // NOLINTBEGIN
40 MCFOLD void $dtor();
41 // NOLINTEND
42
43public:
44 // vftables
45 // NOLINTBEGIN
46 MCNAPI static void** $vftable();
47 // NOLINTEND
48};
Definition BlockEventManager.h:15
Definition BlockStepOnEvent.h:16
Definition DefinitionTrigger.h:11
Definition OnStepOnTrigger.h:15
static MCAPI void ** $vftable()