LeviLamina
Loading...
Searching...
No Matches
OnInteractTrigger.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/world/actor/DefinitionTrigger.h"
7#include "mc/world/level/block/components/IBlockComponent.h"
8
9// auto generated forward declare list
10// clang-format off
11namespace BlockEvents { class BlockPlayerInteractEvent; }
12// clang-format on
13
14class OnInteractTrigger : public ::DefinitionTrigger, public ::IBlockComponent {
15public:
16 // virtual functions
17 // NOLINTBEGIN
18 virtual ~OnInteractTrigger() = default;
19 // NOLINTEND
20
21public:
22 // member functions
23 // NOLINTBEGIN
24 MCAPI void onEvent(::BlockEvents::BlockPlayerInteractEvent& eventData) const;
25 // NOLINTEND
26
27public:
28 // vftables
29 // NOLINTBEGIN
30 MCNAPI static void** $vftable();
31 // NOLINTEND
32};
Definition BlockPlayerInteractEvent.h:20
Definition OnInteractTrigger.h:14
static MCAPI void ** $vftable()
Definition IBlockComponent.h:5