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