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
11
namespace
BlockEvents {
class
BlockEntityFallOnEvent
; }
12
namespace
BlockEvents {
class
BlockEventManager
; }
13
// clang-format on
14
15
class
OnFallOnTrigger
:
public
::DefinitionTrigger {
16
public
:
17
// member variables
18
// NOLINTBEGIN
19
::ll::TypedStorage<8, 16, ::Bedrock::PubSub::Subscription> mEventSubscription;
20
::ll::TypedStorage<4, 4, float> mMinimumFallDistance;
21
// NOLINTEND
22
23
public
:
24
// virtual functions
25
// NOLINTBEGIN
26
virtual
~OnFallOnTrigger
() =
default
;
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
void
finalize(
::BlockEvents::BlockEventManager
& manager);
33
34
MCAPI
void
onFallOn(
::BlockEvents::BlockEntityFallOnEvent
const
& eventData)
const
;
35
// NOLINTEND
36
37
public
:
38
// vftables
39
// NOLINTBEGIN
40
MCNAPI
static
void
**
$vftable
();
41
// NOLINTEND
42
};
BlockEvents::BlockEntityFallOnEvent
Definition
BlockEntityFallOnEvent.h:16
BlockEvents::BlockEventManager
Definition
BlockEventManager.h:15
OnFallOnTrigger
Definition
OnFallOnTrigger.h:15
OnFallOnTrigger::$vftable
static MCAPI void ** $vftable()
src
mc
world
level
block
components
triggers
OnFallOnTrigger.h
Generated on
for LeviLamina by
1.16.1