LeviLamina
Loading...
Searching...
No Matches
ActorEventCoordinatorDependencies.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/interactions/IActorEventCoordinatorDependencies.h"
7
#include "mc/world/item/ItemUseMethod.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
EntityContext
;
12
class
ItemStack
;
13
// clang-format on
14
15
namespace
Interactions {
16
17
class
ActorEventCoordinatorDependencies
:
public
::Interactions::IActorEventCoordinatorDependencies
{
18
public
:
19
// member variables
20
// NOLINTBEGIN
21
::ll::UntypedStorage<8, 8>
mUnkd92843;
22
// NOLINTEND
23
24
public
:
25
// prevent constructor by default
26
ActorEventCoordinatorDependencies
& operator=(
ActorEventCoordinatorDependencies
const
&);
27
ActorEventCoordinatorDependencies
(
ActorEventCoordinatorDependencies
const
&);
28
ActorEventCoordinatorDependencies
();
29
30
public
:
31
// virtual functions
32
// NOLINTBEGIN
33
// vIndex: 1
34
virtual
void
35
sendActorUseItemEvent(
::EntityContext
& actor,
::ItemStack
& item, ::ItemUseMethod useMethod)
/*override*/
;
36
37
// vIndex: 0
38
virtual
~ActorEventCoordinatorDependencies
()
/*override*/
=
default
;
39
// NOLINTEND
40
41
public
:
42
// virtual function thunks
43
// NOLINTBEGIN
44
MCNAPI
void
$sendActorUseItemEvent
(
::EntityContext
& actor,
::ItemStack
& item, ::ItemUseMethod useMethod);
45
// NOLINTEND
46
47
public
:
48
// vftables
49
// NOLINTBEGIN
50
MCNAPI
static
void
**
$vftable
();
51
// NOLINTEND
52
};
53
54
}
// namespace Interactions
EntityContext
Definition
EntityContext.h:16
Interactions::ActorEventCoordinatorDependencies
Definition
ActorEventCoordinatorDependencies.h:17
Interactions::ActorEventCoordinatorDependencies::$vftable
static MCAPI void ** $vftable()
Interactions::ActorEventCoordinatorDependencies::$sendActorUseItemEvent
MCAPI void $sendActorUseItemEvent(::EntityContext &actor, ::ItemStack &item, ::ItemUseMethod useMethod)
Interactions::IActorEventCoordinatorDependencies
Definition
IActorEventCoordinatorDependencies.h:16
ItemStack
Definition
ItemStack.h:25
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
interactions
dependency_implementations
ActorEventCoordinatorDependencies.h
Generated on Fri Jun 13 2025 05:05:06 for LeviLamina by
1.12.0