LeviLamina
Loading...
Searching...
No Matches
OnUseAsAttack.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/deps/core/utility/pub_sub/Publisher.h"
7
#include "mc/world/item/components/ItemComponent.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
HashedString
;
12
class
ItemStack
;
13
class
Player
;
14
class
Vec3
;
15
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded
; }
16
// clang-format on
17
18
namespace
PublisherItemComponent {
19
20
struct
OnUseAsAttack
21
:
public
::ItemComponent
,
22
public
::Bedrock::PubSub::
23
Publisher<void(::ItemStack&, ::Player&, ::Vec3 const&), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0> {
24
public
:
25
// virtual functions
26
// NOLINTBEGIN
27
virtual
~OnUseAsAttack
()
/*override*/
=
default
;
28
// NOLINTEND
29
30
public
:
31
// static functions
32
// NOLINTBEGIN
33
MCAPI static ::HashedString
const
& getIdentifier();
34
// NOLINTEND
35
36
public
:
37
// vftables
38
// NOLINTBEGIN
39
MCNAPI
static
void
**
$vftable
();
40
41
MCNAPI
static
void
**
$vftableForConnector
();
42
43
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
44
// NOLINTEND
45
};
46
47
}
// namespace PublisherItemComponent
HashedString
Definition
HashedString.h:5
ItemComponent
Definition
ItemComponent.h:16
ItemStack
Definition
ItemStack.h:26
Player
Definition
Player.h:125
Vec3
Definition
Vec3.h:10
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
PublisherItemComponent::OnUseAsAttack
Definition
OnUseAsAttack.h:23
PublisherItemComponent::OnUseAsAttack::$vftable
static MCAPI void ** $vftable()
PublisherItemComponent::OnUseAsAttack::$vftableForConnector
static MCAPI void ** $vftableForConnector()
PublisherItemComponent::OnUseAsAttack::$vftableForDispatchingPublisherBase
static MCAPI void ** $vftableForDispatchingPublisherBase()
src
mc
world
item
components
publisher_item_component
OnUseAsAttack.h
Generated on
for LeviLamina by
1.16.1