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
virtual
void
34
sendActorUseItemEvent(
::EntityContext
& actor,
::ItemStack
& item, ::ItemUseMethod useMethod)
/*override*/
;
35
// NOLINTEND
36
37
public
:
38
// virtual function thunks
39
// NOLINTBEGIN
40
MCNAPI
void
$sendActorUseItemEvent
(
::EntityContext
& actor,
::ItemStack
& item, ::ItemUseMethod useMethod);
41
42
43
// NOLINTEND
44
45
public
:
46
// vftables
47
// NOLINTBEGIN
48
MCNAPI
static
void
**
$vftable
();
49
// NOLINTEND
50
};
51
52
}
// namespace Interactions
EntityContext
Definition
EntityContext.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:35
ll::UntypedStorage
Definition
Alias.h:14
src
mc
world
interactions
dependency_implementations
ActorEventCoordinatorDependencies.h
Generated on
for LeviLamina by
1.16.1