LeviLamina
Loading...
Searching...
No Matches
RedStoneDustItem.h
1
#pragma once
2
3
#include "mc/_HeaderOutputPredefine.h"
4
5
// auto generated inclusion list
6
#include "mc/world/item/Item.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
ItemStackBase
;
15
class
Vec3
;
16
// clang-format on
17
18
class
RedStoneDustItem
:
public
::Item {
19
public
:
20
// virtual functions
21
// NOLINTBEGIN
22
virtual ::InteractionResult
23
_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
24
/*override*/
;
25
26
virtual
bool
_calculatePlacePos(
::ItemStackBase
&,
::Actor
& entity, uchar& face,
::BlockPos
& pos)
const
/*override*/
;
27
28
virtual
~RedStoneDustItem
()
/*override*/
=
default
;
29
// NOLINTEND
30
31
public
:
32
// virtual function thunks
33
// NOLINTBEGIN
34
MCAPI ::InteractionResult
35
$_useOn(
::ItemStack
& instance,
::Actor
& entity,
::BlockPos
pos, uchar face,
::Vec3
const
& clickPos)
const
;
36
37
MCAPI
bool
$_calculatePlacePos(
::ItemStackBase
&,
::Actor
& entity, uchar& face,
::BlockPos
& pos)
const
;
38
39
40
// NOLINTEND
41
42
public
:
43
// vftables
44
// NOLINTBEGIN
45
MCAPI
static
void
** $vftable();
46
// NOLINTEND
47
};
Actor
Definition
Actor.h:105
BlockPos
Definition
BlockPos.h:19
InteractionResult
Definition
InteractionResult.h:5
ItemStackBase
Definition
ItemStackBase.h:44
ItemStack
Definition
ItemStack.h:26
RedStoneDustItem
Definition
RedStoneDustItem.h:18
Vec3
Definition
Vec3.h:10
src
mc
world
item
RedStoneDustItem.h
Generated on
for LeviLamina by
1.16.1