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
// prevent constructor by default
20
CompassItem();
21
22
public
:
23
// virtual functions
24
// NOLINTBEGIN
25
virtual ::InteractionResult
26
_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
27
/*override*/
;
28
// NOLINTEND
29
30
public
:
31
// member functions
32
// NOLINTBEGIN
33
MCAPI CompassItem(::std::string
const
& name,
int
id
);
34
// NOLINTEND
35
36
public
:
37
// constructor thunks
38
// NOLINTBEGIN
39
MCAPI
void
* $ctor(::std::string
const
& name,
int
id
);
40
// NOLINTEND
41
42
public
:
43
// virtual function thunks
44
// NOLINTBEGIN
45
MCAPI ::InteractionResult
46
$_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
47
48
49
// NOLINTEND
50
51
public
:
52
// vftables
53
// NOLINTBEGIN
54
MCAPI
static
void
**
$vftable
();
55
// NOLINTEND
56
};
AbstractCompassItem::$vftable
static MCAPI void ** $vftable()
Actor
Definition
Actor.h:125
BlockPos
Definition
BlockPos.h:21
InteractionResult
Definition
InteractionResult.h:5
ItemStack
Definition
ItemStack.h:35
Vec3
Definition
Vec3.h:10
src
mc
world
item
CompassItem.h
Generated on
for LeviLamina by
1.16.1