LeviLamina
Loading...
Searching...
No Matches
OnBeforeDurabilityDamage.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
Actor
;
12
class
ItemStack
;
13
class
Mob
;
14
namespace
Bedrock::PubSub::ThreadModel {
struct
SingleThreaded
; }
15
// clang-format on
16
17
namespace
PublisherItemComponent {
18
19
struct
OnBeforeDurabilityDamage
20
:
public
::ItemComponent
,
21
public
::Bedrock::PubSub::
22
Publisher<void(int&, ::ItemStack&, ::Actor&, ::Mob&), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0> {
23
public
:
24
// vftables
25
// NOLINTBEGIN
26
MCNAPI
static
void
**
$vftable
();
27
28
MCNAPI
static
void
**
$vftableForDispatchingPublisherBase
();
29
30
MCNAPI
static
void
**
$vftableForConnector
();
31
// NOLINTEND
32
};
33
34
}
// namespace PublisherItemComponent
Actor
Definition
Actor.h:125
ItemComponent
Definition
ItemComponent.h:17
ItemStack
Definition
ItemStack.h:35
Mob
Definition
Mob.h:57
Bedrock::PubSub::ThreadModel::SingleThreaded
Definition
SingleThreaded.h:7
PublisherItemComponent::OnBeforeDurabilityDamage
Definition
OnBeforeDurabilityDamage.h:22
PublisherItemComponent::OnBeforeDurabilityDamage::$vftableForDispatchingPublisherBase
static MCAPI void ** $vftableForDispatchingPublisherBase()
PublisherItemComponent::OnBeforeDurabilityDamage::$vftableForConnector
static MCAPI void ** $vftableForConnector()
PublisherItemComponent::OnBeforeDurabilityDamage::$vftable
static MCAPI void ** $vftable()
src
mc
world
item
components
publisher_item_component
OnBeforeDurabilityDamage.h
Generated on
for LeviLamina by
1.16.1