LeviLamina
Loading...
Searching...
No Matches
HangingActorItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/actor/ActorType.h"
7
#include "mc/world/item/Item.h"
8
9
// auto generated forward declare list
10
// clang-format off
11
class
Actor
;
12
class
BlockPos
;
13
class
InteractionResult
;
14
class
ItemStack
;
15
class
Vec3
;
16
// clang-format on
17
18
class
HangingActorItem
:
public
::Item {
19
public
:
20
// member variables
21
// NOLINTBEGIN
22
::ll::TypedStorage<4, 4, ::ActorType> mEntityType;
23
// NOLINTEND
24
25
public
:
26
// virtual functions
27
// NOLINTBEGIN
28
virtual ::InteractionResult
29
_useOn(
::ItemStack
& instance,
::Actor
& spawningActor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
30
/*override*/
;
31
32
virtual
~HangingActorItem
()
/*override*/
=
default
;
33
// NOLINTEND
34
35
public
:
36
// virtual function thunks
37
// NOLINTBEGIN
38
MCAPI ::InteractionResult
39
$_useOn(
::ItemStack
& instance,
::Actor
& spawningActor,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
40
41
42
// NOLINTEND
43
44
public
:
45
// vftables
46
// NOLINTBEGIN
47
MCAPI
static
void
** $vftable();
48
// NOLINTEND
49
};
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
HangingActorItem
Definition
HangingActorItem.h:18
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:26
Vec3
Definition
Vec3.h:10
src
mc
world
item
HangingActorItem.h
Generated on
for LeviLamina by
1.16.1