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
11class HashedString;
12class ItemStack;
13class Player;
14namespace Bedrock::PubSub::ThreadModel { struct SingleThreaded; }
15// clang-format on
16
17namespace PublisherItemComponent {
18
20 public ::Bedrock::PubSub::
21 Publisher<void(::ItemStack&, ::Player&), ::Bedrock::PubSub::ThreadModel::SingleThreaded, 0> {
22public:
23 // virtual functions
24 // NOLINTBEGIN
25 // vIndex: 0
26 virtual ~OnUseAsAttack() /*override*/ = default;
27 // NOLINTEND
28
29public:
30 // static functions
31 // NOLINTBEGIN
32 MCAPI static ::HashedString const& getIdentifier();
33 // NOLINTEND
34};
35
36} // namespace PublisherItemComponent
Definition HashedString.h:5
Definition ItemComponent.h:16
Definition ItemStack.h:23
Definition Player.h:123
Definition OnUseAsAttack.h:21