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