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
// vIndex: 120
29
virtual ::InteractionResult
30
_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
31
/*override*/
;
32
33
// vIndex: 0
34
virtual
~HangingActorItem
()
/*override*/
=
default
;
35
// NOLINTEND
36
37
public
:
38
// destructor thunk
39
// NOLINTBEGIN
40
41
// NOLINTEND
42
43
public
:
44
// virtual function thunks
45
// NOLINTBEGIN
46
MCAPI ::InteractionResult
47
$_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
48
// NOLINTEND
49
50
public
:
51
// vftables
52
// NOLINTBEGIN
53
MCAPI
static
void
** $vftable();
54
// NOLINTEND
55
};
Actor
Definition
Actor.h:104
BlockPos
Definition
BlockPos.h:18
HangingActorItem
Definition
HangingActorItem.h:18
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:25
Item
Definition
Item.h:65
Vec3
Definition
Vec3.h:10
src
mc
world
item
HangingActorItem.h
Generated on Sat Apr 26 2025 05:56:15 for LeviLamina by
1.12.0