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