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