LeviLamina
Loading...
Searching...
No Matches
OnPlayerPlacingTrigger.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
BlockPlayerPlacingEvent; }
13
// clang-format on
14
15
class
OnPlayerPlacingTrigger
:
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
// vIndex: 0
26
virtual
~OnPlayerPlacingTrigger
();
27
// NOLINTEND
28
29
public
:
30
// member functions
31
// NOLINTBEGIN
32
MCAPI
void
finalize(
::BlockEvents::BlockEventManager
& manager);
33
34
MCAPI
void
onPlayerPlacing(
::BlockEvents::BlockPlayerPlacingEvent
& eventData)
const
;
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
MCFOLD
void
$dtor();
41
// NOLINTEND
42
43
public
:
44
// vftables
45
// NOLINTBEGIN
46
MCNAPI
static
void
**
$vftable
();
47
// NOLINTEND
48
};
BlockEvents::BlockEventManager
Definition
BlockEventManager.h:15
BlockEvents::BlockPlayerPlacingEvent
Definition
BlockPlayerPlacingEvent.h:18
DefinitionTrigger
Definition
DefinitionTrigger.h:11
OnPlayerPlacingTrigger
Definition
OnPlayerPlacingTrigger.h:15
OnPlayerPlacingTrigger::$vftable
static MCAPI void ** $vftable()
src-server
mc
world
level
block
components
triggers
OnPlayerPlacingTrigger.h
Generated on Sun Oct 12 2025 06:32:27 for LeviLamina by
1.12.0