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
// destructor thunk
43
// NOLINTBEGIN
44
45
// NOLINTEND
46
47
public
:
48
// virtual function thunks
49
// NOLINTBEGIN
50
MCAPI
void
$sendActorUseItemEvent(
::EntityContext
& actor,
::ItemStack
& item, ::ItemUseMethod useMethod);
51
// NOLINTEND
52
53
public
:
54
// vftables
55
// NOLINTBEGIN
56
MCAPI
static
void
** $vftable();
57
// NOLINTEND
58
};
59
60
}
// namespace Interactions
EntityContext
Definition
EntityContext.h:16
Interactions::ActorEventCoordinatorDependencies
Definition
ActorEventCoordinatorDependencies.h:17
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 Sat Apr 26 2025 05:56:10 for LeviLamina by
1.12.0