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
12
namespace
BlockEvents {
class
BlockPlayerDestroyEvent
; }
13
// clang-format on
14
15
class
OnPlayerDestroyedTrigger
:
public
::DefinitionTrigger,
public
::IBlockComponent
{
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
~OnPlayerDestroyedTrigger
();
26
// NOLINTEND
27
28
public
:
29
// member functions
30
// NOLINTBEGIN
31
MCAPI
void
onEvent(
::BlockEvents::BlockPlayerDestroyEvent
const
& eventData)
const
;
32
// NOLINTEND
33
34
public
:
35
// destructor thunk
36
// NOLINTBEGIN
37
MCAPI
void
$dtor();
38
// NOLINTEND
39
40
public
:
41
// vftables
42
// NOLINTBEGIN
43
MCNAPI
static
void
**
$vftable
();
44
// NOLINTEND
45
};
BlockEvents::BlockPlayerDestroyEvent
Definition
BlockPlayerDestroyEvent.h:19
OnPlayerDestroyedTrigger
Definition
OnPlayerDestroyedTrigger.h:15
OnPlayerDestroyedTrigger::$vftable
static MCAPI void ** $vftable()
IBlockComponent
Definition
IBlockComponent.h:5
src
mc
world
level
block
components
triggers
OnPlayerDestroyedTrigger.h
Generated on
for LeviLamina by
1.16.1